pork/settings.gradle.kts

22 lines
273 B
Plaintext

rootProject.name = "pork"
includeBuild("buildext")
include(
":common",
":tokenizer",
":ast",
":bytecode",
":parser",
":frontend",
":compiler",
":execution",
":vm",
":evaluator",
":stdlib",
":ffi",
":tool",
":minimal",
":support:pork-idea"
)