about summary refs log tree commit diff stats
path: root/cpp/.traces/equal
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-16 23:41:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-16 23:41:01 -0700
commitdecaddb418abcb6094e339f1b8dd4bb519b761ad (patch)
treebeab8c830e4dadb06b6b42cf239dfcbbc59db831 /cpp/.traces/equal
parenta4ef18b194a24710847be59554e51a1fd618228d (diff)
downloadmu-decaddb418abcb6094e339f1b8dd4bb519b761ad.tar.gz
941 - c++: basic break/loop conversion
Diffstat (limited to 'cpp/.traces/equal')
-rw-r--r--cpp/.traces/equal4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/.traces/equal b/cpp/.traces/equal
index 4d445657..e852c144 100644
--- a/cpp/.traces/equal
+++ b/cpp/.traces/equal
@@ -8,6 +8,10 @@ parse/0: instruction: 13
 parse/0:   ingredient: {name: "1", value: 1, type: 1, properties: [1: integer]}
 parse/0:   ingredient: {name: "2", value: 2, type: 1, properties: [2: integer]}
 parse/0:   product: {name: "3", value: 3, type: 1, properties: [3: integer]}
+after-brace/0: recipe main
+after-brace/0: copy ...
+after-brace/0: copy ...
+after-brace/0: equal ...
 run/0: instruction main/0
 run/0: ingredient 0 is 34
 mem/0: storing in location 1
'oid'>9a31c34f ^
5f128523 ^
9a31c34f ^



5f128523 ^


9a31c34f ^

5f128523 ^


9a31c34f ^
5f128523 ^


9a31c34f ^


5f128523 ^


9a31c34f ^
5f128523 ^


9a31c34f ^

5f128523 ^


9a31c34f ^
a6defa54 ^
9a31c34f ^
5f128523 ^


9a31c34f ^






5f128523 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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