blob: 8cb0195396588ad2e3645cf715bd74908266cb91 (
plain) (
tree)
|
|
parse/0: instruction: 6
parse/0: ingredient: {name: "9", value: 0, type: 0, properties: ["9": "literal"]}
parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]}
parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]}
parse/0: product: {name: "2", value: 0, 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 4 in location 1
run/0: product 1 is 1
mem/0: storing 1 in location 2
|