From b7916c0e11abd630a59ccb67700e8814f903c68a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 10 Jun 2016 20:47:55 +0200 Subject: Comments --- Smurf.dcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Smurf.dcl') diff --git a/Smurf.dcl b/Smurf.dcl index 0ca45b2..d67b471 100644 --- a/Smurf.dcl +++ b/Smurf.dcl @@ -12,12 +12,12 @@ from Data.Maybe import ::Maybe(Nothing) from LaTeX import class toLaTeX -:: Expr = Lit String - | Var String - | ECat Expr Expr - | EHead Expr - | ETail Expr - | EQuotify Expr +:: Expr = Lit String // Literal string + | Var String // Variable + | ECat Expr Expr // e1 concatenated with e2 + | EHead Expr // The head of e + | ETail Expr // The tail of e + | EQuotify Expr // e, quotified :: Stm = Push Expr | Input | Output -- cgit v1.2.3