|
36b574bf5b
|
language: add unary plus & minus, post increment & decrement operators, non-newline print builtin. fix block comments
|
2023-09-11 14:31:41 +10:00 |
|
|
033da5b2ea
|
stdlib: generate stdlib.manifest
|
2023-09-10 20:47:50 -04:00 |
|
|
e8c984f2dc
|
language: prelude and internal functions, and varargs support
|
2023-09-10 19:27:59 -04:00 |
|
|
38efbe1844
|
ffi: java interop improvements
|
2023-09-07 18:16:47 -07:00 |
|
|
81296ee1d1
|
imports are now python style with a twist: forms! import std ffi and import local myfile
|
2023-09-06 22:43:03 -07:00 |
|
|
0e4362eefb
|
add a standard library, and introduce formed imports (import std "myfile.pork")
|
2023-09-06 21:39:57 -07:00 |
|