mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
22 lines
273 B
Plaintext
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"
|
|
)
|