ssm-lang / sslang

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

stop skipping of list and string desugaring #130

Closed EmilySillars closed 1 year ago

EmilySillars commented 1 year ago

This PR fixes the threading compiler of passes over the program so that the results of desugarStrings and desguarLists are fed correctly into the next pass, Pattern.desugarProgram.

max-acebal commented 1 year ago

LGTM