diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-29 10:21:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-29 23:20:02 -0700 |
commit | 2f5f7919fd29ff05a8f182d3cb1aa9d168b58b66 (patch) | |
tree | 278fdbfdd7ec8f928ba15a24bc5b99cd4df63371 /cpp/.traces/surrounding_space | |
parent | 9c5d8413de6a6c8763446f96ce89197a80c514ba (diff) | |
download | mu-2f5f7919fd29ff05a8f182d3cb1aa9d168b58b66.tar.gz |
994 - spaces now check bounds
I'm not testing for bounds-check errors yet, though.
Diffstat (limited to 'cpp/.traces/surrounding_space')
-rw-r--r-- | cpp/.traces/surrounding_space | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/cpp/.traces/surrounding_space b/cpp/.traces/surrounding_space index 5297428b..baf29200 100644 --- a/cpp/.traces/surrounding_space +++ b/cpp/.traces/surrounding_space @@ -1,4 +1,10 @@ parse/0: instruction: 1 +parse/0: ingredient: {name: "5", value: 0, type: 0, properties: [5: literal]} +parse/0: product: {name: "10", value: 0, type: 1, properties: [10: integer]} +parse/0: instruction: 1 +parse/0: ingredient: {name: "5", value: 0, type: 0, properties: [5: literal]} +parse/0: product: {name: "20", value: 0, type: 1, properties: [20: integer]} +parse/0: instruction: 1 parse/0: ingredient: {name: "10", value: 0, type: 0, properties: [10: literal]} parse/0: product: {name: "default-space", value: 0, type: 2-0, properties: [default-space: address:space]} parse/0: instruction: 1 @@ -16,14 +22,22 @@ after-brace/0: copy ... after-brace/0: copy ... after-brace/0: copy ... after-brace/0: copy ... +after-brace/0: copy ... +after-brace/0: copy ... run/0: instruction main/0 -run/0: ingredient 0 is 10 +run/0: ingredient 0 is 5 +mem/0: storing 5 in location 10 run/0: instruction main/1 +run/0: ingredient 0 is 5 +mem/0: storing 5 in location 20 +run/0: instruction main/2 +run/0: ingredient 0 is 10 +run/0: instruction main/3 run/0: ingredient 0 is 20 mem/0: storing 20 in location 11 -run/0: instruction main/2 +run/0: instruction main/4 run/0: ingredient 0 is 32 mem/0: storing 32 in location 12 -run/0: instruction main/3 +run/0: instruction main/5 run/0: ingredient 0 is 33 mem/0: storing 33 in location 22 |