while loop support, and native functions (including ffi!)

This commit is contained in:
2023-09-06 19:07:28 -07:00
parent ddff6cb365
commit 236f812caf
34 changed files with 467 additions and 115 deletions

10
ffi/build.gradle.kts Normal file
View File

@ -0,0 +1,10 @@
plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":evaluator"))
implementation(project(":common"))
implementation("net.java.dev.jna:jna:5.13.0")
}