diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-13 17:39:32 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-13 17:42:44 -0700 |
commit | 781f24623374b5657cec6e408549d2a74ec94399 (patch) | |
tree | a853a822d9058c5f9050a44861fb98974f7c570f /cpp/.traces/calling_recipe | |
parent | e0b570c087a5c0d365a309261c256c97934ce779 (diff) | |
download | mu-781f24623374b5657cec6e408549d2a74ec94399.tar.gz |
900 - c++: calling 'recipes'
Diffstat (limited to 'cpp/.traces/calling_recipe')
-rw-r--r-- | cpp/.traces/calling_recipe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/.traces/calling_recipe b/cpp/.traces/calling_recipe new file mode 100644 index 00000000..c0538ca8 --- /dev/null +++ b/cpp/.traces/calling_recipe @@ -0,0 +1,11 @@ +parse/0: instruction: 23 +parse/0: instruction: 2 +parse/0: ingredient: {name: "2", type: 0} +parse/0: ingredient: {name: "2", type: 0} +parse/0: product: {name: "3", type: 1} +run/0: instruction main/0 +run/0: instruction f/0 +run/0: ingredient 0 is 2 +run/0: ingredient 1 is 2 +run/0: product 0 is 4 +mem/0: storing in location 3 |