about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-21 11:20:55 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-21 11:20:55 -0800
commit0060093e9ed53a32570fab1c18da8074926520d1 (patch)
tree5f282a3c967864266a9941170411693c99b57417 /cpp/011load
parentd5595f0ce1a91b23f13fbb594fbcf0f65d3e8991 (diff)
downloadmu-0060093e9ed53a32570fab1c18da8074926520d1.tar.gz
806 - start parsing reagent metadata
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/011load b/cpp/011load
index 4c019c1c..b7fa4a20 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -164,3 +164,9 @@ recipe main [
 +parse:   ingredient: {name: "4", type: 1}
 +parse:   product: {name: "1", type: 1}
 +parse:   product: {name: "2", type: 2-1}
+
+:(scenario parse_properties)
+recipe main [
+  1:integer:address/deref <- copy 23:literal
+]
++parse:   product: {name: "1", type: 1-2, property: deref:}