flofriday / Moose

🐐 A new fun programming language
MIT License
6 stars 1 forks source link

Dependency Circles of Classes #10

Closed Jozott00 closed 2 years ago

Jozott00 commented 2 years ago

We are currently not checking for dependency circles such as.

class A  <  B {}
class B < A {}

No sure if we need a third type checking pass for that...

Jozott00 commented 2 years ago

Done.