feat: x86 code generation implementation without runtime checking #29

Merged
gk1623 merged 58 commits from asm-gen into master 2025-02-27 18:54:57 +00:00
9 changed files with 568 additions and 220 deletions
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.LinkedHashMap
import scala.collection.mutable.ListBuffer import scala.collection.mutable.ListBuffer
import cats.data.Chain import cats.data.Chain
import cats.syntax.foldable._ // import cats.syntax.foldable._
import parsley.token.errors.Label // import parsley.token.errors.Label
object asmGenerator { object asmGenerator {
import microWacc._ import microWacc._