ssm-lang / sslang

A language built atop the Sparse Synchronous Model
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Add tuple return values for par exprs in codegen #157

Open EmilySillars opened 1 year ago

EmilySillars commented 1 year ago

This PR modifies code generation so that the return values of par expressions are saved in a 2-tuple.

j-hui commented 1 year ago

FYI 8d50b53b3765a8c3ccdc34f06ae24e7d6854e617 merged in support for tuples without having to define the PairN type. If you'd like, I can take are of integrating this and merging this in!