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

Convert EvalEnv from List -> Map #167

Closed montymxb closed 3 years ago

montymxb commented 3 years ago

Closes #161. Initial workings converting the runtime env to a Map. These changes need scrutinizing:

The base for producing all environments is emptyEvalEnv. Changing this changes the base type of the env in all cases.