mrhappyasthma/MiniJava-Compiler

End of Function Labels vs Loop Labels

Closed this issue · 1 comments

For now, I use hitting a new Label to mean a new function... This will not be true when using loops for control flow (they use labels too...). Need a way to distinguish these.

I handle this more elegantly and remove this dependency resolving the issue as of: 5aa6cbd