Local Mutable Chains #27

Merged
jt2622 merged 5 commits from optimisations into asm-gen 2025-02-25 21:13:48 +00:00
Showing only changes of commit bd0eb76bec - Show all commits

View File

@@ -3,8 +3,8 @@ package wacc
import scala.collection.mutable.LinkedHashMap
import scala.collection.mutable.ListBuffer
import cats.data.Chain
import cats.syntax.foldable._
import parsley.token.errors.Label
// import cats.syntax.foldable._
// import parsley.token.errors.Label
object asmGenerator {
import microWacc._