about summary refs log tree commit diff stats
path: root/cpp/.traces/and
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-19 18:25:09 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-19 18:25:09 -0800
commit7ec3e3b41eb404dbca4943d87ff14838e1177469 (patch)
treeccfdba16d179b755e4a5301e372770e1cfacce14 /cpp/.traces/and
parentf2818edc5fba19885f1ba1fa48754af2e5abfceb (diff)
downloadmu-7ec3e3b41eb404dbca4943d87ff14838e1177469.tar.gz
795
Diffstat (limited to 'cpp/.traces/and')
-rw-r--r--cpp/.traces/and23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp/.traces/and b/cpp/.traces/and
new file mode 100644
index 00000000..61fe4a64
--- /dev/null
+++ b/cpp/.traces/and
@@ -0,0 +1,23 @@
+parse/0: instruction: 1
+parse/0:   ingredient: {name: "1", type: 0}
+parse/0:   product: {name: "1", type: 1}
+parse/0: instruction: 1
+parse/0:   ingredient: {name: "0", type: 0}
+parse/0:   product: {name: "2", type: 1}
+parse/0: instruction: 7
+parse/0:   ingredient: {name: "1", type: 1}
+parse/0:   ingredient: {name: "2", type: 1}
+parse/0:   product: {name: "3", type: 1}
+run/0: instruction 0
+run/0: ingredient 0 is 1
+mem/0: storing in location 1
+run/0: instruction 1
+run/0: ingredient 0 is 0
+mem/0: storing in location 2
+run/0: instruction 2
+run/0: ingredient 0 is 1
+mem/0: location 1 is 1
+run/0: ingredient 1 is 2
+mem/0: location 2 is 0
+run/0: product 0 is 0
+mem/0: storing in location 3