mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
vm: very basic virtual machine
This commit is contained in:
11
compiler/build.gradle.kts
Normal file
11
compiler/build.gradle.kts
Normal file
@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":ast"))
|
||||
api(project(":bytecode"))
|
||||
api(project(":parser"))
|
||||
api(project(":frontend"))
|
||||
implementation(project(":common"))
|
||||
}
|
Reference in New Issue
Block a user