From ba1c1ab68bcb3ec05232dad9e77de9fc43481cca Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Mon, 5 Mar 2012 20:56:27 -0500 Subject: [PATCH] Implemented hash map syntax --- example.dl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/example.dl b/example.dl index c3a4a72..7b4b898 100644 --- a/example.dl +++ b/example.dl @@ -47,7 +47,8 @@ foo = { $stuff : 3 + 3 } -#% if [ -# (Ex Bk) : exec_if($1, $2), -# (Ex Bk Bk) : exec_if($1, $2, $3) -#] +# Macro +% if [ + (Ex Bk) : exec_if($1, $2), + (Ex Bk Bk) : exec_if($1, $2, $3) +] -- 2.52.0