diff options
author | Camil Staps | 2017-07-27 22:53:45 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 22:53:45 +0200 |
commit | bf0a7bb68485c87737677e4bbb5278b24dcb24cc (patch) | |
tree | 468c77df0e0e7e5d05047c8aec50b77d57d3b5dc /Sil/Syntax.dcl | |
parent | Optimise multiple pop instructions (diff) |
Add tuples (see #1)
Diffstat (limited to 'Sil/Syntax.dcl')
-rw-r--r-- | Sil/Syntax.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sil/Syntax.dcl b/Sil/Syntax.dcl index 669f2f6..0f15930 100644 --- a/Sil/Syntax.dcl +++ b/Sil/Syntax.dcl @@ -47,6 +47,8 @@ from Sil.Types import :: Type | App Name [Expression] | BuiltinApp Op1 Expression | BuiltinApp2 Expression Op2 Expression + | Tuple Int [Expression] + | Field Name Expression :: Op1 = Neg //* ~ |