diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 21:39:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:00:06 -0700 |
commit | 6ca059efce56104efc766255459e665fc7e7705b (patch) | |
tree | 000346d03daad4611e3e3f6b9847dfdce476e6e8 /cpp/.traces/brace_conversion_and_run | |
parent | fb4836dc0f9dc84afa0b133c4e6ab1ad61653961 (diff) | |
download | mu-6ca059efce56104efc766255459e665fc7e7705b.tar.gz |
1184 - finally, concurrency
Diffstat (limited to 'cpp/.traces/brace_conversion_and_run')
-rw-r--r-- | cpp/.traces/brace_conversion_and_run | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/.traces/brace_conversion_and_run b/cpp/.traces/brace_conversion_and_run index 422c5344..4dd1a2c4 100644 --- a/cpp/.traces/brace_conversion_and_run +++ b/cpp/.traces/brace_conversion_and_run @@ -9,7 +9,7 @@ parse/0: instruction: 13 parse/0: ingredient: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} parse/0: ingredient: {name: "1", value: 0, type: 0, properties: ["1": "literal"]} parse/0: product: {name: "3", value: 0, type: 3, properties: ["3": "boolean"]} -parse/0: instruction: 30 +parse/0: instruction: 31 parse/0: ingredient: {name: "3", value: 0, type: 3, properties: ["3": "boolean"]} parse/0: instruction: 4 parse/0: ingredient: {name: "2", value: 0, type: 1, properties: ["2": "integer"]} @@ -19,7 +19,7 @@ parse/0: instruction: 3 parse/0: ingredient: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} parse/0: ingredient: {name: "1", value: 0, type: 0, properties: ["1": "literal"]} parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} -parse/0: instruction: 32 +parse/0: instruction: 33 parse/0: label: } parse/0: instruction: 1 parse/0: ingredient: {name: "2", value: 0, type: 1, properties: ["2": "integer"]} @@ -37,6 +37,7 @@ after-brace/0: jump -5:offset after-brace/0: 7: {name: "", value: -5, type: , properties: ["": ]} after-brace/0: 7: {name: "", value: -5, type: , properties: ["": ]} after-brace/0: copy ... +schedule/0: test-factorial run/0: instruction test-factorial/0 run/0: ingredient 0 is 5 mem/0: storing 5 in location 1 |