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

Tried to remove any reference to arguments to a main function #74

Closed Rewbert closed 2 years ago

Rewbert commented 2 years ago

Since we don't support main functions with arguments, I've tried to remove any reference in the code to this. We were carrying around some unnecessary code dealing with this.

Rewbert commented 2 years ago

This PR implements a fix for #65

Rewbert commented 2 years ago

LGTM!

At some point, we might want to add a fixed arg list back in if we are implementing some kind of "standard I/O" or return code kind of thing, but that's a different matter and warrants a lengthier discussion about the design of how that should look

Agreed, and it would be a complete issue/PR of its own.