add a standard library, and introduce formed imports (import std "myfile.pork")

This commit is contained in:
2023-09-06 21:39:57 -07:00
parent f31e12df89
commit 0e4362eefb
18 changed files with 153 additions and 32 deletions

View File

@ -10,6 +10,7 @@ dependencies {
api(project(":parser"))
api(project(":frontend"))
api(project(":evaluator"))
api(project(":stdlib"))
api(project(":ffi"))
api("com.github.ajalt.clikt:clikt:4.2.0")
implementation(project(":common"))