From 0ee448dc2bd481bf9ce52dd6843bd00a1e2e6171 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 28 Mar 2015 19:26:40 -0700 Subject: 990 --- cpp/.traces/new_array | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cpp/.traces/new_array (limited to 'cpp/.traces/new_array') diff --git a/cpp/.traces/new_array b/cpp/.traces/new_array new file mode 100644 index 00000000..2fc43f51 --- /dev/null +++ b/cpp/.traces/new_array @@ -0,0 +1,28 @@ +parse/0: instruction: 24 +parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: [integer: type]} +parse/0: ingredient: {name: "5", value: 0, type: 0, properties: [5: literal]} +parse/0: product: {name: "1", value: 0, type: 2-4-1, properties: [1: address:array:integer, raw: ]} +parse/0: instruction: 24 +parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: [integer: type]} +parse/0: product: {name: "2", value: 0, type: 2-1, properties: [2: address:integer, raw: ]} +parse/0: instruction: 3 +parse/0: ingredient: {name: "2", value: 0, type: 2-1, properties: [2: address:integer, raw: ]} +parse/0: ingredient: {name: "1", value: 0, type: 2-4-1, properties: [1: address:array:integer, raw: ]} +parse/0: product: {name: "3", value: 0, type: 1, properties: [3: integer, raw: ]} +new/0: integer -> 1 +new/0: integer -> 1 +after-brace/0: recipe main +after-brace/0: new ... +after-brace/0: new ... +after-brace/0: subtract ... +run/0: instruction main/0 +mem/0: storing 1000 in location 1 +run/0: instruction main/1 +mem/0: storing 1005 in location 2 +run/0: instruction main/2 +run/0: ingredient 0 is 2 +mem/0: location 2 is 1005 +run/0: ingredient 1 is 1 +mem/0: location 1 is 1000 +run/0: product 0 is 5 +mem/0: storing 5 in location 3 -- cgit 1.4.1-2-gfad0