pure icon indicating copy to clipboard operation
pure copied to clipboard

Add an EnvLang pass that converts Delay Var into Box

Open myreen opened this issue 1 year ago • 0 comments

The compiler generates some Delays that are very simple.

There ought to be a pass in EnvLang that does this:

  Delay (Var v) --> Box v

This issue is directly related to #39.

myreen avatar Jun 21 '23 16:06 myreen