compiler: full support for IR based compilation

This commit is contained in:
2023-11-23 21:48:10 -08:00
parent 2d88666f05
commit 8951c3cd60
32 changed files with 554 additions and 400 deletions

View File

@ -1,3 +1,3 @@
package gay.pizza.pork.bytecode
class MutableRel(var rel: UInt)
data class MutableRel(var rel: UInt)

View File

@ -1,3 +0,0 @@
package gay.pizza.pork.bytecode
class Ops(val ops: List<Op>)