Impliment literal fusion for scan operations
Closed this issue · 0 comments
ethanpailes commented
a*because(why)not
will currently just emit a scan for because
, but it seems to be better to emit a scan becausewhynot; skip len(because); save n; skip len(why); save n+1; skip len(not)