Exportable functions, common frontend, and scoped imports.

This commit is contained in:
2023-09-03 02:26:21 -07:00
parent 7a771980e0
commit 4f567eb287
20 changed files with 336 additions and 163 deletions

View File

@ -1,5 +1,5 @@
import "module.pork"
func main() {
export func main() {
hello()
}