about summary refs log tree commit diff stats
path: root/cpp/.traces/add
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/.traces/add')
-rw-r--r--cpp/.traces/add23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp/.traces/add b/cpp/.traces/add
new file mode 100644
index 00000000..365c75f0
--- /dev/null
+++ b/cpp/.traces/add
@@ -0,0 +1,23 @@
+parse/0: instruction: 1
+parse/0:   ingredient: {name: "23", type: 0}
+parse/0:   product: {name: "1", type: 1}
+parse/0: instruction: 1
+parse/0:   ingredient: {name: "34", type: 0}
+parse/0:   product: {name: "2", type: 1}
+parse/0: instruction: 2
+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 23
+mem/0: storing in location 1
+run/0: instruction 1
+run/0: ingredient 0 is 34
+mem/0: storing in location 2
+run/0: instruction 2
+run/0: ingredient 0 is 1
+mem/0: location 1 is 23
+run/0: ingredient 1 is 2
+mem/0: location 2 is 34
+run/0: product 0 is 57
+mem/0: storing in location 3
8 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87