diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-16 16:04:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-16 16:04:11 -0700 |
commit | ced133e40290c30809e6d632cdf1e6f749ea9dd5 (patch) | |
tree | 8e217620ee5016db6d1be429d2724bd9adfd0881 /html/011load.cc.html | |
parent | aa2fd725c0e5129bd4a750261f97ababa8af9a12 (diff) | |
download | mu-ced133e40290c30809e6d632cdf1e6f749ea9dd5.tar.gz |
3371
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r-- | html/011load.cc.html | 8 |
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"> <- </span>copy <span class="Constant">23</span> +] +<span class="traceContains">+parse: instruction: copy</span> +<span class="traceContains">+parse: ingredient: {23: "literal"}</span> +<span class="traceContains">+parse: product: {1: "number"}</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 [ |