aboutsummaryrefslogtreecommitdiff
path: root/AST.hs
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-09-01 23:09:41 +0200
committertomsmeding <tom.smeding@gmail.com>2017-09-01 23:09:41 +0200
commit2a54765a590e1d393442262002885adcbfe156cd (patch)
tree67ebe55705c11657551b04d63e5b496d1abbb721 /AST.hs
parent19c70b8eaa1126f1648b009d99092432a5c88059 (diff)
Global structs, better imul/idiv
Diffstat (limited to 'AST.hs')
-rw-r--r--AST.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/AST.hs b/AST.hs
index ccad05d..7a76208 100644
--- a/AST.hs
+++ b/AST.hs
@@ -42,6 +42,7 @@ data Statement
data AsExpression
= AEVar Name (Maybe Type)
| AESubscript AsExpression Expression (Maybe Type)
+ -- | AESet
deriving (Show, Eq)
data Expression