blob: f2c6721be64215ddac4984844838447b55437dd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
parse/0: instruction: trace
parse/0: ingredient: {name: "foo", value: 0, type: 0, properties: ["foo": "literal-string"]}
parse/0: ingredient: {name: "this is a trace in mu", value: 0, type: 0, properties: ["this is a trace in mu": "literal-string"]}
after-brace/0: recipe main
after-brace/0: trace ...
new/0: routine allocated memory from 1000 to 101000
schedule/0: main
run/0: instruction main/0
run/0: trace/18 {name: "foo", value: 0, type: 0, properties: ["foo": "literal-string"]}, {name: "this is a trace in mu", value: 0, type: 0, properties: ["this is a trace in mu": "literal-string"]}
foo/0: this is a trace in mu
|