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

Fix for Issue #63, compiling expressions to normal C types, not scheduled variables #71

Closed Rewbert closed 2 years ago

Rewbert commented 2 years ago

Potential fix for #63. Has to be merged after #68, as this branch is based off of that one. I figured #68 or something similar to it will be merged soon, so it made sense to base the changes off of that branch.

Rewbert commented 2 years ago

This PR also contains a patch for name generation :) See #73