Type checking #15
Labels
bug
Something isn't working
implemented
Implemented, and on it's way to stable
semantic check
Problems with the semantic analysis stage
urgent
High priority and should be fixed ahead of other tasks
Milestone
Currently type checking doesn't seem to be properly implemented or checked. The following programme is able to pass through the semantic analysis stage of the compiler.
The above example compiles without errors, although the generated code displays the same flaws (so the subsequent compiler will complain, although in such a way which is not useful for Flint users).
Note type checking does also not occur for return types:
Progress
_: Int + _: Bool
should fail)The text was updated successfully, but these errors were encountered: