From ea4794ccdc9d0d8709ba22e43494e392b48be768 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 27 Jul 2017 13:05:23 +0200 Subject: Resolve #4: mandatory initial values for basic locals --- Sil/Compile.dcl | 1 + 1 file changed, 1 insertion(+) (limited to 'Sil/Compile.dcl') 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 -- cgit v1.2.3