FlagVM/flagpole/tests
2026-07-30 04:54:05 -04:00
..
ascii.fp Implemented getuint and fixed a bug with variables 2026-07-26 17:49:29 -04:00
cat.fp Implemented getuint and fixed a bug with variables 2026-07-26 17:49:29 -04:00
div.fp Added basic putuint to the standard library, i need to implement proper 0 handling but that probably needs and if statement 2026-07-26 01:48:43 -04:00
fib.fp Implemented drop directive and fibonacci program 2026-07-26 23:20:39 -04:00
fibloop.fp Monstrous commit smh, made a custom ssa intermediate representation to remove some stack ops, glendasay is about 40% faster (and i'm sure the other ones have some improvement too) 2026-07-30 04:54:05 -04:00
fvm.inc Implemented start of flagpole compiler and a few new things here and there for said compiler 2026-07-25 04:16:02 -04:00
glendasay.fp Git says i changed something i don't remember that though 2026-07-29 00:31:25 -04:00
gt.fp Added basic putuint to the standard library, i need to implement proper 0 handling but that probably needs and if statement 2026-07-26 01:48:43 -04:00
hw.fp Implemented start of flagpole compiler and a few new things here and there for said compiler 2026-07-25 04:16:02 -04:00
hwgood.fp Extended VM and fp compiler, now an actually good hello world program 2026-07-25 18:36:08 -04:00
ifs.fp Implemented if statements and made putuint work with 0 2026-07-26 17:00:15 -04:00
isprime.fp Added if statements and bitwise operations 2026-07-27 21:33:33 -04:00
negative.fp Implemented negative numbers and more importantly glendasay 2026-07-28 22:26:30 -04:00
numbers.fp Added comments 2026-07-26 20:30:38 -04:00
numinp.fp Added comments 2026-07-26 20:30:38 -04:00
stdhw.fp Implemented directive in flagpole compiler and added it into programs 2026-07-25 22:16:00 -04:00
sub.fp Added comments 2026-07-26 20:30:38 -04:00
tempconv.fp Implemented negative numbers and more importantly glendasay 2026-07-28 22:26:30 -04:00
truthmachine.fp Added comments 2026-07-26 20:30:38 -04:00
underflow.fp Added if statements and bitwise operations 2026-07-27 21:33:33 -04:00
vars.fp implemented variables 2026-07-26 00:42:46 -04:00