diff options
Diffstat (limited to 'cpp/.traces')
-rw-r--r-- | cpp/.traces/copy_literal (renamed from cpp/.traces/parse) | 3 | ||||
-rw-r--r-- | cpp/.traces/first_recipe (renamed from cpp/.traces/literal) | 0 | ||||
-rw-r--r-- | cpp/.traces/parse_multiple_ingredients | 5 | ||||
-rw-r--r-- | cpp/.traces/parse_multiple_products (renamed from cpp/.traces/parse2) | 0 |
4 files changed, 8 insertions, 0 deletions
diff --git a/cpp/.traces/parse b/cpp/.traces/copy_literal index d20319d2..94d56f2e 100644 --- a/cpp/.traces/parse +++ b/cpp/.traces/copy_literal @@ -1,3 +1,6 @@ parse/0: instruction: 1 parse/0: ingredient: {name: "23", type: 0} parse/0: product: {name: "1", type: 1} +run/0: instruction 0 +run/0: ingredient 0 is 23 +mem/0: storing in location 1 diff --git a/cpp/.traces/literal b/cpp/.traces/first_recipe index d20319d2..d20319d2 100644 --- a/cpp/.traces/literal +++ b/cpp/.traces/first_recipe diff --git a/cpp/.traces/parse_multiple_ingredients b/cpp/.traces/parse_multiple_ingredients new file mode 100644 index 00000000..ee0c09ba --- /dev/null +++ b/cpp/.traces/parse_multiple_ingredients @@ -0,0 +1,5 @@ +parse/0: instruction: 1 +parse/0: ingredient: {name: "23", type: 0} +parse/0: ingredient: {name: "4", type: 1} +parse/0: product: {name: "1", type: 1} +parse/0: product: {name: "2", type: 1} diff --git a/cpp/.traces/parse2 b/cpp/.traces/parse_multiple_products index f8d5050e..f8d5050e 100644 --- a/cpp/.traces/parse2 +++ b/cpp/.traces/parse_multiple_products |