ChildsplayOSU / bogl

Haskell implementation of the BoGL language
https://bogl.engr.oregonstate.edu
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Let while #154

Closed alexgrejuc closed 3 years ago

alexgrejuc commented 3 years ago

Fixes #153 by allowing local mutable bindings to be created for while loops from let bindings. Please try your hardest to break this / find an issue with it.