blob: 755cf2c451f46d401e0caf9dcd72b369e8c2a23d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
parse/0: instruction: 2
parse/0: ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]}
parse/0: ingredient: {name: "34", value: 0, type: 0, properties: [34: literal]}
parse/0: product: {name: "1", value: 0, type: 1, properties: [1: integer]}
after-brace/0: recipe main
after-brace/0: add ...
run/0: instruction main/0
run/0: ingredient 0 is 23
run/0: ingredient 1 is 34
run/0: product 0 is 57
mem/0: storing 57 in location 1
|