ssm-lang / Scoria

This is an embedding of the Sparse Synchronous Model, in Haskell!
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Refactor interpreter #61

Open Rewbert opened 3 years ago

Rewbert commented 3 years ago

I feel like perhaps it's a little big & messy right now, even if it works and there's a thought behind everything. SSM/Interpret/Internal.hs is like 1k loc. I am not sure how it could be improved without sitting down and looking at it for a few hours.