pork/examples
2023-11-21 22:18:05 -08: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
gameoflife language: introduce the requirement to use return to return a value from a function 2023-11-21 04:28:46 -08:00
boolean.pork language: add boolean and/or operators, change negation syntax (#7) 2023-09-11 14:02:58 -04:00
count.pork global: a working virtual machine for some of the use cases. APIs and validation still WIP. 2023-11-21 22:18:05 -08:00
ffi.pork pork: it's got it all, ffi, state machine tokenizer, and better IDE support 2023-10-13 01:04:35 -07:00
fib.pork language: introduce the requirement to use return to return a value from a function 2023-11-21 04:28:46 -08: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 language: introduce the requirement to use return to return a value from a function 2023-11-21 04:28:46 -08:00
printf.pork parser: lazy support 2023-10-14 03:28:07 -07: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