diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-17 11:00:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-17 11:00:56 -0700 |
commit | c495d2ac7ca0d7f1c1a9bbb7d1ad5072a7eface5 (patch) | |
tree | 95db0f8d742a87eba6c15833d0ac9b982e98174d /cpp/.traces/string_literal | |
parent | 353a452e691a8b55e28d7b3b1d09cf294265eba0 (diff) | |
download | mu-c495d2ac7ca0d7f1c1a9bbb7d1ad5072a7eface5.tar.gz |
1075
Diffstat (limited to 'cpp/.traces/string_literal')
-rw-r--r-- | cpp/.traces/string_literal | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cpp/.traces/string_literal b/cpp/.traces/string_literal index 0562305b..bca008a9 100644 --- a/cpp/.traces/string_literal +++ b/cpp/.traces/string_literal @@ -1,8 +1,3 @@ -parse/0: instruction: 31 +parse/0: instruction: 32 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-8, properties: ["1": "address":"array":"character"]} -new/0: abc def -> 0 -after-brace/0: recipe main -after-brace/0: new ... -run/0: instruction main/0 -mem/0: storing 1000 in location 1 +parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character"]} |