Multi-module arrangement and the start of AST generation.

This commit is contained in:
2023-09-03 23:15:21 -07:00
parent bf3967544a
commit d46ea1e307
94 changed files with 377 additions and 138 deletions

5
ast/build.gradle.kts Normal file
View File

@ -0,0 +1,5 @@
plugins {
pork_module
id("gay.pizza.pork.ast")
}