language: prelude and internal functions, and varargs support

This commit is contained in:
2023-09-10 19:27:59 -04:00
parent 1cfb197a7f
commit e8c984f2dc
24 changed files with 166 additions and 104 deletions

View File

@ -0,0 +1,2 @@
export func println(messages...)
native internal "println"

View File

@ -1,2 +1,3 @@
lang/prelude.pork
ffi/malloc.pork
numerics/operator.pork