diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
commit | 088665eff883b5bc28022800aed27f6af468a4ba (patch) | |
tree | 073f6c7b0d21428ee2d1246da7fc57a3dca79895 /cpp/.traces/calling_recipe | |
parent | 66b97b4d923274e1b6d2fd97df16cb73d820169b (diff) | |
download | mu-088665eff883b5bc28022800aed27f6af468a4ba.tar.gz |
997
Diffstat (limited to 'cpp/.traces/calling_recipe')
-rw-r--r-- | cpp/.traces/calling_recipe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/calling_recipe b/cpp/.traces/calling_recipe index aefedf58..01cba63e 100644 --- a/cpp/.traces/calling_recipe +++ b/cpp/.traces/calling_recipe @@ -1,8 +1,8 @@ parse/0: instruction: 101 parse/0: instruction: 2 -parse/0: ingredient: {name: "2", value: 0, type: 0, properties: [2: literal]} -parse/0: ingredient: {name: "2", value: 0, type: 0, properties: [2: literal]} -parse/0: product: {name: "3", value: 0, type: 1, properties: [3: integer]} +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: product: {name: "3", value: 0, type: 1, properties: ["3": "integer"]} after-brace/0: recipe main after-brace/0: f ... after-brace/0: recipe f |