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

Coordinate queue sizes #6

Closed Rewbert closed 3 years ago

Rewbert commented 3 years ago

So there are two defines that define the max size of the event queue and the continuation queue. In the interpreter, I have simply copied over the constants, but if we want to change these sizes we need to change them in both places. It would be ideal if this could be specified in just one place, perhaps.

j-hui commented 3 years ago

Related to #13

j-hui commented 3 years ago

Fixed by #35