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

Make expressions compile to ordinary types in C, not scheduled variables #63

Closed Rewbert closed 2 years ago

Rewbert commented 2 years ago

The EDSL doesn't say anything about expressions having anything to do with scheduled variables, but still the code generator generates C code where expressions are compiled to scheduled variables. E.g sv_int_t can be compiled to an ordinary int instead.

Rewbert commented 2 years ago

Fixed by #71