From d63cddeac0f5fb7eeaeacf828765965e9b61b6ca Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 15 Sep 2016 13:23:00 -0700 Subject: 3364 --- 011load.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '011load.cc') diff --git a/011load.cc b/011load.cc index 9e42e67e..b887c369 100644 --- a/011load.cc +++ b/011load.cc @@ -228,6 +228,14 @@ void show_rest_of_stream(istream& in) { exit(0); } +:(scenario recipe_instead_of_def) +recipe main [ + 1:number <- copy 23 +] ++parse: instruction: copy ++parse: ingredient: {23: "literal"} ++parse: product: {1: "number"} + :(scenario parse_comment_outside_recipe) # this comment will be dropped by the tangler, so we need a dummy recipe to stop that def f1 [ -- cgit 1.4.1-2-gfad0