vm: implement local slot storage for fast lookup

This commit is contained in:
2023-11-29 02:16:43 -08:00
parent f2ff23e9be
commit 3dbf8f9c4a
7 changed files with 42 additions and 19 deletions

View File

@ -10,6 +10,7 @@ dependencies {
api(project(":compiler"))
api(project(":vm"))
api("com.github.ajalt.clikt:clikt:4.2.0")
api("com.charleskorn.kaml:kaml:0.55.0")
implementation(project(":common"))
}