2023-08-19 15:29:07 -07:00
|
|
|
rootProject.name = "pork"
|
2023-09-03 23:15:21 -07:00
|
|
|
|
2023-09-04 21:50:27 -07:00
|
|
|
includeBuild("buildext")
|
|
|
|
|
2023-09-03 23:15:21 -07:00
|
|
|
include(
|
2023-09-04 01:56:24 -07:00
|
|
|
":common",
|
2023-10-16 21:52:21 -07:00
|
|
|
":tokenizer",
|
2023-09-03 23:15:21 -07:00
|
|
|
":ast",
|
2023-11-22 07:23:33 -08:00
|
|
|
":bir",
|
2023-11-14 23:44:10 -08:00
|
|
|
":bytecode",
|
2023-09-04 01:56:24 -07:00
|
|
|
":parser",
|
|
|
|
":frontend",
|
2023-11-14 23:44:10 -08:00
|
|
|
":compiler",
|
|
|
|
":execution",
|
|
|
|
":vm",
|
2023-09-04 01:56:24 -07:00
|
|
|
":evaluator",
|
2023-09-06 21:39:57 -07:00
|
|
|
":stdlib",
|
2023-09-06 19:07:28 -07:00
|
|
|
":ffi",
|
2023-09-10 01:27:53 -04:00
|
|
|
":tool",
|
2023-09-11 02:34:28 -04:00
|
|
|
":minimal",
|
2025-07-16 23:14:25 -07:00
|
|
|
":support:pork-idea",
|
2023-09-03 23:15:21 -07:00
|
|
|
)
|