pork/examples
2023-09-13 19:50:23 -07:00
..
complex imports are now python style with a twist: forms! import std ffi and import local myfile 2023-09-06 22:43:03 -07:00
boolean.pork language: add boolean and/or operators, change negation syntax (#7) 2023-09-11 14:02:58 -04:00
count.pork parser: cleanup code for fixing comma bug 2023-09-11 05:20:08 -04:00
ffi.pork ffi: java interop improvements 2023-09-07 18:16:47 -07:00
fib.pork language: prelude and internal functions, and varargs support 2023-09-10 19:27:59 -04:00
for.pork language: implement for in 2023-09-11 05:34:09 -04:00
java-speed.pork evaluator: cache native function resolution 2023-09-09 01:51:04 -04:00
java.pork language: floating point support 2023-09-09 00:08:30 -04:00
loop.pork imports are now python style with a twist: forms! import std ffi and import local myfile 2023-09-06 22:43:03 -07:00
numbers.pork parser: fix bug in ide support 2023-09-13 19:50:23 -07:00
printf.pork native: pass argument specs in order to support varadic ffi 2023-09-11 01:12:32 -04:00
suffix.pork language: add unary plus & minus, post increment & decrement operators, non-newline print builtin. fix block comments (#4) 2023-09-11 00:34:10 -04:00
unary.pork language: add unary plus & minus, post increment & decrement operators, non-newline print builtin. fix block comments (#4) 2023-09-11 00:34:10 -04:00