diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-20 20:32:05 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-20 20:32:05 -0800 |
commit | 7232de7061e8c370ad6cf76988489d78e269f8b9 (patch) | |
tree | 65e9ec1e7f935f3718718e836c79e0f0a7ff03ee /cpp/.traces/get_address | |
parent | a4559f7287599a981a3b38a82b741f57d50e85c4 (diff) | |
download | mu-7232de7061e8c370ad6cf76988489d78e269f8b9.tar.gz |
802 - mu comments
Comments at end of line are still hacky; we just rely on the fact that excess ingredients do no harm. We'll need to be smarter when we get our first vararg recipe.
Diffstat (limited to 'cpp/.traces/get_address')
-rw-r--r-- | cpp/.traces/get_address | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/.traces/get_address b/cpp/.traces/get_address index 5b8510e4..359df5d0 100644 --- a/cpp/.traces/get_address +++ b/cpp/.traces/get_address @@ -7,6 +7,12 @@ parse/0: product: {name: "13", type: 2} parse/0: instruction: 19 parse/0: ingredient: {name: "12", type: 3} parse/0: ingredient: {name: "1", type: 0} +parse/0: ingredient: {name: "#", type: 0} +parse/0: ingredient: {name: "todo", type: 0} +parse/0: ingredient: {name: "product", type: 0} +parse/0: ingredient: {name: "is", type: 0} +parse/0: ingredient: {name: "an", type: 0} +parse/0: ingredient: {name: "address", type: 0} parse/0: product: {name: "15", type: 1} run/0: instruction 0 run/0: ingredient 0 is 34 |