about summary refs log tree commit diff stats
path: root/html/013update_operation.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-31 21:43:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-31 21:43:57 -0700
commitee67ca534b88ceff30f3c00b7c0ab13456c8ed84 (patch)
treefa7e194f0b37c90453c8c00050076a60e72d390e /html/013update_operation.cc.html
parentf017a5081d3c215c419bfadb745ddbd74d2e5aa7 (diff)
downloadmu-ee67ca534b88ceff30f3c00b7c0ab13456c8ed84.tar.gz
3613
Diffstat (limited to 'html/013update_operation.cc.html')
-rw-r--r--html/013update_operation.cc.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html
index 132553c4..7dd7e69f 100644
--- a/html/013update_operation.cc.html
+++ b/html/013update_operation.cc.html
@@ -14,6 +14,9 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-
 body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; }
 * { font-size: 12pt; font-size: 1em; }
 .Constant { color: #00a0a0; }
+.Special { color: #c00000; }
+.muRecipe { color: #ff8700; }
+.traceContains { color: #008000; }
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
@@ -58,6 +61,14 @@ Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</spa
 string maybe<span class="Delimiter">(</span>string s<span class="Delimiter">)</span> <span class="Delimiter">{</span>
   <span class="Identifier">return</span> s + <span class="Constant">&quot;: &quot;</span><span class="Delimiter">;</span>
 <span class="Delimiter">}</span>
+
+<span class="Delimiter">:(scenarios transform)</span>
+<span class="Delimiter">:(scenario missing_arrow)</span>
+<span class="Special">% Hide_errors = true;</span>
+<span class="muRecipe">def</span> main [
+  <span class="Constant">1</span>:number <span class="Delimiter">,</span> copy <span class="Constant">0</span>  <span class="Comment"># typo: ',' instead of '&lt;-'</span>
+]
+<span class="traceContains">+error: main: instruction '1:number' has no recipe</span>
 </pre>
 </body>
 </html>