From 615f4a970a2fa5c91766ee585a7d531b083f4bff Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 Sep 2017 19:30:00 -0700 Subject: 4003 --- html/011load.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/011load.cc.html') diff --git a/html/011load.cc.html b/html/011load.cc.html index a51b40fc..b332e42b 100644 --- a/html/011load.cc.html +++ b/html/011load.cc.html @@ -400,7 +400,7 @@ if ('onhashchange' in window) { 336 337 :(scenario parse_multiple_types) 338 def main [ -339 1:number, 2:address:number <- copy 23, 4:number +339 1:number, 2:address:number <- copy 23, 4:number 340 ] 341 +parse: instruction: copy 342 +parse: ingredient: {23: "literal"} @@ -410,7 +410,7 @@ if ('onhashchange' in window) { 346 347 :(scenario parse_properties) 348 def main [ -349 1:address:number/lookup <- copy 23 +349 1:address:number/lookup <- copy 23 350 ] 351 +parse: product: {1: ("address" "number"), "lookup": ()} 352 -- cgit 1.4.1-2-gfad0