aboutsummaryrefslogtreecommitdiff
path: root/src/AST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AST.hs')
-rw-r--r--src/AST.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AST.hs b/src/AST.hs
index 47652b6..2048e87 100644
--- a/src/AST.hs
+++ b/src/AST.hs
@@ -58,4 +58,5 @@ data Literal = LInt Integer | LFloat Rational | LChar Char | LString String
deriving (Show)
data Operator = OAdd | OSub | OMul | ODiv | OMod | OEqu | OPow
+ | OCons
deriving (Show)