WIP on IR

This commit is contained in:
2023-11-22 07:23:33 -08:00
parent 76290a401a
commit 2d88666f05
35 changed files with 532 additions and 0 deletions

View File

@ -4,6 +4,7 @@ plugins {
dependencies {
api(project(":ast"))
api(project(":bir"))
api(project(":bytecode"))
api(project(":parser"))
api(project(":frontend"))