about summary refs log tree commit diff stats
path: root/html/011load.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-16 16:04:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-16 16:04:11 -0700
commitced133e40290c30809e6d632cdf1e6f749ea9dd5 (patch)
tree8e217620ee5016db6d1be429d2724bd9adfd0881 /html/011load.cc.html
parentaa2fd725c0e5129bd4a750261f97ababa8af9a12 (diff)
downloadmu-ced133e40290c30809e6d632cdf1e6f749ea9dd5.tar.gz
3371
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r--html/011load.cc.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/011load.cc.html b/html/011load.cc.html
index 0a232b80..bf642aaf 100644
--- a/html/011load.cc.html
+++ b/html/011load.cc.html
@@ -263,6 +263,14 @@ Disable_redefine_checks = <span class="Constant">false</span><span class="Delimi
   exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span>
 <span class="Delimiter">}</span>
 
+<span class="Delimiter">:(scenario recipe_instead_of_def)</span>
+recipe main [
+  <span class="Constant">1</span>:number<span class="Special"> &lt;- </span>copy <span class="Constant">23</span>
+]
+<span class="traceContains">+parse: instruction: copy</span>
+<span class="traceContains">+parse:   ingredient: {23: &quot;literal&quot;}</span>
+<span class="traceContains">+parse:   product: {1: &quot;number&quot;}</span>
+
 <span class="Delimiter">:(scenario parse_comment_outside_recipe)</span>
 <span class="Comment"># this comment will be dropped by the tangler, so we need a dummy recipe to stop that</span>
 def f1 [