mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-11-03 09:29:38 +00:00
compiler: full support for IR based compilation
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
package gay.pizza.pork.bytecode
|
||||
|
||||
class MutableRel(var rel: UInt)
|
||||
data class MutableRel(var rel: UInt)
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
package gay.pizza.pork.bytecode
|
||||
|
||||
class Ops(val ops: List<Op>)
|
||||
Reference in New Issue
Block a user