diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-31 10:17:19 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-31 10:17:19 -0700 |
commit | 3d6c13dc432917de73e17a3fd301a4cc3a2d851b (patch) | |
tree | ca0d21377427b4bc8a31125895a451b173f1f74f /cpp/.traces/string_literal_nested | |
parent | 5e21a9f608f413eb1df4736f4c143f18ba7ac1ec (diff) | |
download | mu-3d6c13dc432917de73e17a3fd301a4cc3a2d851b.tar.gz |
999
Diffstat (limited to 'cpp/.traces/string_literal_nested')
-rw-r--r-- | cpp/.traces/string_literal_nested | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/.traces/string_literal_nested b/cpp/.traces/string_literal_nested new file mode 100644 index 00000000..5f54d8c3 --- /dev/null +++ b/cpp/.traces/string_literal_nested @@ -0,0 +1,8 @@ +parse/0: instruction: 24 +parse/0: ingredient: {name: "abc [def]", value: 0, type: 0, properties: ["abc [def]": "literal-string"]} +parse/0: product: {name: "1", value: 0, type: 2-4-7, 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 |