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

3
examples/module.pork Normal file
View File

@ -0,0 +1,3 @@
func hello() {
println("Hello World")
}