- 25 Jan, 2023 4 commits
-
-
dgelessus authored
-
dgelessus authored
The type checker needs to look up the VTs anyway, so it makes more sense to put the error check there as well.
-
dgelessus authored
This is possible now that the exceptions are unchecked.
-
dgelessus authored
Replaces the previous ErrorType enum. Separate classes are more convenient for catch blocks and such. Making the exceptions unchecked will allow throwing them from places where checked exceptions cannot be used, e. g. SableCC AnalysisAdapter methods.
-
- 24 Jan, 2023 2 commits
- 29 Sep, 2022 1 commit
-
-
Fabian Vu authored
-
- 28 Sep, 2022 3 commits