diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:22:29 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:22:29 -0700 |
commit | 66b97b4d923274e1b6d2fd97df16cb73d820169b (patch) | |
tree | 9d05c3e8301381608d9619eae976c5459fbfa5d2 /cpp/.traces/string_literal | |
parent | a7b6abf6262c1ac556c2cf9a5890eccb4d6b6872 (diff) | |
download | mu-66b97b4d923274e1b6d2fd97df16cb73d820169b.tar.gz |
996 - string literals
Diffstat (limited to 'cpp/.traces/string_literal')
-rw-r--r-- | cpp/.traces/string_literal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/.traces/string_literal b/cpp/.traces/string_literal new file mode 100644 index 00000000..d07ce441 --- /dev/null +++ b/cpp/.traces/string_literal @@ -0,0 +1,9 @@ +parse/0: instruction: 24 +parse/0: ingredient: {name: "abc def", value: 0, type: 0, properties: [abc def: literal-string]} +parse/0: product: {name: "s", value: 0, type: 2-4-0, properties: [s: address:array:character]} +new/0: abc def -> 0 +name/0: assign s 1 +after-brace/0: recipe main +after-brace/0: new ... +run/0: instruction main/0 +mem/0: storing 1000 in location 1 |