Implement a very dumb import system.

This commit is contained in:
2023-09-02 23:28:40 -07:00
parent e7be1f622d
commit ed5bbec004
18 changed files with 171 additions and 29 deletions

5
examples/imports.pork Normal file
View File

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