Files
pork/settings.gradle.kts

15 lines
164 B
Plaintext
Raw Normal View History

2023-08-19 15:29:07 -07:00
rootProject.name = "pork"
2023-09-04 21:50:27 -07:00
includeBuild("buildext")
include(
2023-09-04 01:56:24 -07:00
":common",
":ast",
2023-09-04 01:56:24 -07:00
":parser",
":frontend",
":evaluator",
":stdlib",
":ffi",
2023-09-04 01:56:24 -07:00
":tool"
)