mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
add a standard library, and introduce formed imports (import std "myfile.pork")
This commit is contained in:
13
stdlib/build.gradle.kts
Normal file
13
stdlib/build.gradle.kts
Normal file
@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
from("src/main/pork") {
|
||||
into("pork/stdlib")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":frontend"))
|
||||
}
|
Reference in New Issue
Block a user