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
5 changed files with 348 additions and 193 deletions
Showing only changes of commit 82230a5f66 - Show all commits

View File

@@ -7,7 +7,6 @@ import java.io.File
import java.io.PrintStream
import assemblyIR as asm
import wacc.microWacc.IntLiter
case class CliConfig(
file: File = new File(".")