blob: 49ad354d63c484522b0b59959c685e2402970127 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
parse/0: instruction: copy
parse/0: ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
parse/0: product: {name: "_", value: 0, type: 0, properties: ["_": "dummy"]}
after-brace/0: recipe main
after-brace/0: copy ...
new/0: routine allocated memory from 1000 to 101000
schedule/0: main
run/0: instruction main/0
run/0: {name: "_", value: 0, type: 0, properties: ["_": "dummy"]} <- copy {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
run/0: ingredient 0 is 0
|