WIP on IR

This commit is contained in:
2023-11-22 07:23:33 -08:00
parent 76290a401a
commit 2d88666f05
35 changed files with 532 additions and 0 deletions

7
bir/build.gradle.kts Normal file
View File

@ -0,0 +1,7 @@
plugins {
id("gay.pizza.pork.module")
}
dependencies {
implementation(project(":common"))
}