minimal: pork-rt minimal runtime

This commit is contained in:
2023-09-11 02:34:28 -04:00
parent 2ee1565fb5
commit 14b3f4c6e9
14 changed files with 103 additions and 13 deletions

View File

@ -6,14 +6,8 @@ plugins {
}
dependencies {
api(project(":ast"))
api(project(":parser"))
api(project(":frontend"))
api(project(":evaluator"))
api(project(":stdlib"))
api(project(":ffi"))
api(project(":minimal"))
api("com.github.ajalt.clikt:clikt:4.2.0")
implementation(project(":common"))
}
application {