diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
commit | 088665eff883b5bc28022800aed27f6af468a4ba (patch) | |
tree | 073f6c7b0d21428ee2d1246da7fc57a3dca79895 /cpp/.traces/string_literal | |
parent | 66b97b4d923274e1b6d2fd97df16cb73d820169b (diff) | |
download | mu-088665eff883b5bc28022800aed27f6af468a4ba.tar.gz |
997
Diffstat (limited to 'cpp/.traces/string_literal')
-rw-r--r-- | cpp/.traces/string_literal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/string_literal b/cpp/.traces/string_literal index d07ce441..b989b04a 100644 --- a/cpp/.traces/string_literal +++ b/cpp/.traces/string_literal @@ -1,6 +1,6 @@ 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]} +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 |