y-flat / yfc

The best (because it's the only) compiler for the Y-flat programming language.
GNU General Public License v3.0
6 stars 7 forks source link

Add module search checks #88

Closed adamhutchings closed 2 years ago

adamhutchings commented 2 years ago

Closes #83.

JakeRoggenbuck commented 2 years ago

What is cont and cont2?

adamhutchings commented 2 years ago

It goes to outside of the switch. I would normally use break; but I want to make it clear that I'm leaving the switch statement and NOT the for loop it's inside of.

JakeRoggenbuck commented 2 years ago

Ohhh, thats cool, i didn't know you could do that