mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
global: a working virtual machine for some of the use cases. APIs and validation still WIP.
This commit is contained in:
@ -10,6 +10,7 @@ dependencies {
|
||||
api(project(":parser"))
|
||||
api(project(":frontend"))
|
||||
api(project(":evaluator"))
|
||||
api(project(":vm"))
|
||||
api(project(":stdlib"))
|
||||
api(project(":ffi"))
|
||||
implementation(project(":common"))
|
||||
|
Reference in New Issue
Block a user