aboutsummaryrefslogtreecommitdiff
path: root/Sil/Compile.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-07-27 13:05:23 +0200
committerCamil Staps2017-07-27 13:05:39 +0200
commitea4794ccdc9d0d8709ba22e43494e392b48be768 (patch)
tree26cdfda5d554beeecb08983f3d4d38219a779f6c /Sil/Compile.dcl
parentAdd test file for #10 (lazy logical operators) (diff)
Resolve #4: mandatory initial values for basic locals
Diffstat (limited to 'Sil/Compile.dcl')
-rw-r--r--Sil/Compile.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sil/Compile.dcl b/Sil/Compile.dcl
index 4857ba9..5eb35a2 100644
--- a/Sil/Compile.dcl
+++ b/Sil/Compile.dcl
@@ -17,6 +17,7 @@ from Sil.Types import :: Type, :: TypeError
| TypeError TypeError Expression
| CouldNotDeduceType Expression
| TypeMisMatch Type Expression
+ | BasicInitWithoutValue Name
| UnknownError
instance toString CompileError