diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-17 00:26:12 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-17 00:26:12 -0700 |
commit | c062697c9ff3c8cb0938f56bed3df2af3d122bd6 (patch) | |
tree | 3499fc91b20183f9d87a8fe716a34dacd6f7f993 /cpp/.traces/run_label | |
parent | 3d45bf386169bfdea5d8654cf1869cc6c2a719f6 (diff) | |
download | mu-c062697c9ff3c8cb0938f56bed3df2af3d122bd6.tar.gz |
944 - more break/loop tests
I still can't handle jumps to labels. That'll require some rejiggering..
Diffstat (limited to 'cpp/.traces/run_label')
-rw-r--r-- | cpp/.traces/run_label | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/.traces/run_label b/cpp/.traces/run_label index e1b62185..6d1065b9 100644 --- a/cpp/.traces/run_label +++ b/cpp/.traces/run_label @@ -6,7 +6,6 @@ parse/0: instruction: 1 parse/0: ingredient: {name: "1", value: 1, type: 1, properties: [1: integer]} parse/0: product: {name: "2", value: 2, type: 1, properties: [2: integer]} after-brace/0: recipe main -after-brace/0: jump 0:offset after-brace/0: copy ... after-brace/0: copy ... run/0: instruction main/1 |