Scrumplesplunge / compiler-project

The repository for the fourth-year project of my undergraduate Masters degree.
0 stars 0 forks source link

Implement Conditional Blocks #4

Closed Scrumplesplunge closed 8 years ago

Scrumplesplunge commented 8 years ago

What good is a programming language without if statements? Ignoring the esoteric workaround of using self-terminating while loops, they are pretty essential.

Scrumplesplunge commented 8 years ago

Done.