fix: alignment issue with stack in read

This commit is contained in:
Jonny 2025-02-25 19:43:43 +00:00 committed by Gleb Koval
parent edbc03ee25
commit bd0eb76bec
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

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._