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/new_string | |
parent | fb4836dc0f9dc84afa0b133c4e6ab1ad61653961 (diff) | |
download | mu-6ca059efce56104efc766255459e665fc7e7705b.tar.gz |
1184 - finally, concurrency
Diffstat (limited to 'cpp/.traces/new_string')
-rw-r--r-- | cpp/.traces/new_string | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/.traces/new_string b/cpp/.traces/new_string index aa944a2c..7cfe2807 100644 --- a/cpp/.traces/new_string +++ b/cpp/.traces/new_string @@ -1,4 +1,4 @@ -parse/0: instruction: 35 +parse/0: instruction: 36 parse/0: ingredient: {name: "abc def", value: 0, type: 0, properties: ["abc def": "literal-string"]} parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character"]} parse/0: instruction: 21 @@ -9,6 +9,7 @@ new/0: abc def -> 0 after-brace/0: recipe main after-brace/0: new ... after-brace/0: index ... +schedule/0: main run/0: instruction main/0 mem/0: storing 1000 in location 1 run/0: instruction main/1 |