language: implement proper virtual machine support

This commit is contained in:
2023-11-28 05:23:48 -08:00
parent 8951c3cd60
commit f2ff23e9be
55 changed files with 312 additions and 63 deletions

View File

@ -1,6 +1,5 @@
let items = ["Hello", "Goodbye"]
export func main() {
let items = ["Hello", "Goodbye"]
for item in items {
println(item)
}