diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 22:34:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 22:34:59 -0700 |
commit | 5a9520332a70f8d2e86bc3564bcd4bffde182e87 (patch) | |
tree | 20295c1f45a893da569e157029ef84705a2c23d7 /cpp | |
parent | 0df64732cc08897c712f52ea65bc5181565f8497 (diff) | |
download | mu-5a9520332a70f8d2e86bc3564bcd4bffde182e87.tar.gz |
1054
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/.traces/first_scenario_in_mu | 11 | ||||
-rw-r--r-- | cpp/033trace (renamed from cpp/032trace) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/cpp/.traces/first_scenario_in_mu b/cpp/.traces/first_scenario_in_mu new file mode 100644 index 00000000..3b12bb71 --- /dev/null +++ b/cpp/.traces/first_scenario_in_mu @@ -0,0 +1,11 @@ +parse/0: instruction: 2 +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} +after-brace/0: recipe test-first_scenario_in_mu +after-brace/0: add ... +run/0: instruction test-first_scenario_in_mu/0 +run/0: ingredient 0 is 2 +run/0: ingredient 1 is 2 +run/0: product 0 is 4 +mem/0: storing 4 in location 1 diff --git a/cpp/032trace b/cpp/033trace index 3a7b0b0e..3a7b0b0e 100644 --- a/cpp/032trace +++ b/cpp/033trace |