felixangell / kpd

an old compiler for Krug written in D - a prototype version
MIT License
44 stars 1 forks source link

while loop code gen is incorrect #51

Closed felixangell closed 6 years ago

felixangell commented 6 years ago

i think it might be easier to lower the while loop into a loop construct.

felixangell commented 6 years ago

fixed