diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 20:49:30 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 20:49:30 -0700 |
commit | 717ab65913f1585221632303f0ab53ac42d4b348 (patch) | |
tree | 645e537eea155ff2221ace71f80924a66c92116a /cpp/.traces/string-append-1 | |
parent | e4a97d87a17a8edc5a2049bdc21143695d20dcfc (diff) | |
download | mu-717ab65913f1585221632303f0ab53ac42d4b348.tar.gz |
1105 - more primitives for managing ingredients
Diffstat (limited to 'cpp/.traces/string-append-1')
-rw-r--r-- | cpp/.traces/string-append-1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/string-append-1 b/cpp/.traces/string-append-1 index 6af54b66..cb775809 100644 --- a/cpp/.traces/string-append-1 +++ b/cpp/.traces/string-append-1 @@ -1,7 +1,7 @@ -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "hello,", value: 0, type: 0, properties: ["hello,": "literal-string"]} parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]} -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: " world!", value: 0, type: 0, properties: [" world!": "literal-string"]} parse/0: product: {name: "2", value: 0, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]} parse/0: instruction: 106 |