parser: lazy support

This commit is contained in:
2023-10-14 03:28:07 -07:00
parent e96bcd8754
commit 9338b01b48
25 changed files with 159 additions and 118 deletions

View File

@ -1,5 +1,5 @@
import std ffi.printf
export func main() {
printf("Hello World: %s\n", "Jolk")
printf("Hello World: \n", "Jolk")
}