diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-15 10:27:16 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-15 10:27:16 -0700 |
commit | 7a9b05fa66c97ef912e77e9c7618f4ef198636d0 (patch) | |
tree | 91968b29cd1dc9949f3b883707978801ed448c02 /cpp/.traces/string_literal_with_colons | |
parent | f3bce7176bc15ec04739c61db0d189cbaaaca7d8 (diff) | |
download | mu-7a9b05fa66c97ef912e77e9c7618f4ef198636d0.tar.gz |
1066 - bugfix: support string literals with colons
Diffstat (limited to 'cpp/.traces/string_literal_with_colons')
-rw-r--r-- | cpp/.traces/string_literal_with_colons | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/.traces/string_literal_with_colons b/cpp/.traces/string_literal_with_colons new file mode 100644 index 00000000..c00ab66a --- /dev/null +++ b/cpp/.traces/string_literal_with_colons @@ -0,0 +1,8 @@ +parse/0: instruction: 30 +parse/0: ingredient: {name: "abc:def/ghi", value: 0, type: 0, properties: ["abc:def/ghi": "literal-string"]} +parse/0: product: {name: "1", value: 0, type: 2-5-8, properties: ["1": "address":"array":"character"]} +new/0: abc:def/ghi -> 0 +after-brace/0: recipe main +after-brace/0: new ... +run/0: instruction main/0 +mem/0: storing 1000 in location 1 |