about summary refs log tree commit diff stats
path: root/cpp/.traces/divide_with_remainder_literal
blob: be1f8f859cb7b933a103cfa767d03689f4ceb7df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parse/0: instruction: 6
parse/0:   ingredient: {name: "9", value: 9, type: 0, properties: [9: literal]}
parse/0:   ingredient: {name: "2", value: 2, type: 0, properties: [2: literal]}
parse/0:   product: {name: "1", value: 1, type: 1, properties: [1: integer]}
parse/0:   product: {name: "2", value: 2, type: 1, properties: [2: integer]}
after-brace/0: recipe main
after-brace/0: divide_with_remainder ...
run/0: instruction main/0
run/0: ingredient 0 is 9
run/0: ingredient 1 is 2
run/0: product 0 is 4
mem/0: storing in location 1
run/0: product 1 is 1
mem/0: storing in location 2