summaryrefslogtreecommitdiff
path: root/assignment-13/C.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'assignment-13/C.dcl')
-rw-r--r--assignment-13/C.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/assignment-13/C.dcl b/assignment-13/C.dcl
index 88b048f..1ec912a 100644
--- a/assignment-13/C.dcl
+++ b/assignment-13/C.dcl
@@ -29,6 +29,7 @@ from Util import class print
| CEIf CExpr CExpr CExpr
| CERef CExpr
| CEDeref CExpr
+ | CEStruct [(String, CExpr)]
:: CBody
= CBReturn (Maybe CExpr)