rulonsw / SummerCompiler

c++ - based compiler for CS 5300's CPSL programming language
0 stars 0 forks source link

Closes loops: <-- well, that, and it also implements them #7

Closed rulonsw closed 7 years ago

rulonsw commented 7 years ago

As per the CPSL design document, this PR adds the ability to use loops as control flow mechanisms in the compiler's resulting assembly program.