capy-language/capy

recursive definition causes the compiler to hang

NotAFlyingGoose opened this issue · 2 comments

failing input:

a :: a;

the only thing i've confirmed is that this isn't caused in the parser crate

I'm gonna work on this

oh wow this was already fixed by ba118fc