.. |
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
|
implement support for setting indexed values
|
2025-07-26 17:01:24 -07:00 |
ack.pork
|
introduce ir nop to fix loop bugs
|
2025-07-24 22:30:18 -07:00 |
bad.pork
|
fix a small bug with return values
|
2025-07-28 20:50:33 -07:00 |
boolean.pork
|
example: fix boolean table
|
2023-12-27 16:46:26 -08: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
|
introduce ir nop to fix loop bugs
|
2025-07-24 22:30:18 -07:00 |
fib.pork
|
introduce ir nop to fix loop bugs
|
2025-07-24 22:30:18 -07:00 |
for.pork
|
language: implement proper virtual machine support
|
2023-11-28 05:23:48 -08:00 |
index.pork
|
implement support for setting indexed values
|
2025-07-26 17:01:24 -07:00 |
java-speed.pork
|
evaluator: cache native function resolution
|
2023-09-09 01:51:04 -04:00 |
java.pork
|
implement java native type support
|
2025-07-24 23:16:50 -07:00 |
list.pork
|
language: implement proper virtual machine support
|
2023-11-28 05:23:48 -08: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 |