diff options
author | Camil Staps | 2017-07-27 13:05:23 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 13:05:39 +0200 |
commit | ea4794ccdc9d0d8709ba22e43494e392b48be768 (patch) | |
tree | 26cdfda5d554beeecb08983f3d4d38219a779f6c /Sil/Compile.dcl | |
parent | Add 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.dcl | 1 |
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 |