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

Refactor error type #143

Closed alexgrejuc closed 4 years ago

alexgrejuc commented 4 years ago

Check out the previous commit (204b2fa) to see the user-facing effect. As noted above, the error code functionality is present but disabled via comment. This is for uniformity (the other error types don't yet have codes) and to prevent us from committing to specific error codes / error types right now (in case of renumbering or more cases).