SpookyDervish
  • Hey, my name's Nathaniel, I do coding primarily in C and Python, and I like cats. :P

  • Joined on 2025-08-31
SpookyDervish pushed to main at ground/GroundPY 2025-09-14 05:37:58 +10:00
0e37cccd7a fixing a couple bugs
SpookyDervish pushed to main at ground/GroundPY 2025-09-13 19:29:31 +10:00
f561a849c2 fix of escape sequences
9e2846962c added not instruction and escape sequences
Compare 2 commits »
SpookyDervish pushed to main at ground/GroundPY 2025-09-13 15:49:35 +10:00
cc82d27b03 stdin works i think
SpookyDervish transferred repository SpookyDervish/GroundPY to ground/GroundPY 2025-09-13 14:48:25 +10:00
SpookyDervish pushed to main at ground/GroundPY 2025-09-13 07:17:38 +10:00
983e1e8a74 added some command line args
SpookyDervish pushed to main at ground/GroundPY 2025-09-13 07:08:19 +10:00
86d59a8177 fixing quite a few bugs
SpookyDervish pushed to main at ground/GroundPY 2025-09-13 06:26:35 +10:00
170272353c functions basically work now, but they're extremely inneficient
SpookyDervish pushed to main at ground/GroundPY 2025-09-12 06:28:57 +10:00
865a31827a ok damn it nearly works
SpookyDervish pushed to main at ground/GroundPY 2025-09-10 20:45:37 +10:00
2ce71e7abb THE ADD FUNCTION COMPILES!!!!!
SpookyDervish pushed to main at ground/GroundPY 2025-09-10 20:25:39 +10:00
a23bcf7823 IT WORKSSSS, WE'RE ACCESSING THE ARGS!!!!!
SpookyDervish pushed to main at ground/GroundPY 2025-09-10 18:57:05 +10:00
523ccecbc0 RETURNING WORKSSSSS
SpookyDervish pushed to main at ground/GroundPY 2025-09-10 07:54:18 +10:00
3103d17026 WE CAN RETURN VALUES FROM FUNCTIONS LESS GOOO
SpookyDervish pushed to main at ground/GroundPY 2025-09-10 07:31:19 +10:00
59bef834c4 VERY basic functions implementation
SpookyDervish pushed to main at ground/GroundPY 2025-09-09 18:04:10 +10:00
e137cb88ae 39% speed increase from optimizer!
SpookyDervish pushed to main at ground/GroundPY 2025-09-09 17:48:41 +10:00
ab207d982c disabled optimizer prints
c2bdf555e4 optimizer fixed 👍
Compare 2 commits »
SpookyDervish pushed to main at ground/GroundPY 2025-09-09 08:02:21 +10:00
132ed8ed12 more optimizations, new one doesnt work yet
SpookyDervish pushed to main at ground/GroundPY 2025-09-09 07:21:17 +10:00
e538b2e7ac OPTIMIZER IS WORKING
SpookyDervish pushed to main at ground/GroundPY 2025-09-08 20:22:38 +10:00
24db80b520 we have a basic optimizer going! lets goo!!!!!
SpookyDervish pushed to main at ground/GroundPY 2025-09-08 07:51:15 +10:00
9bae73f1e1 moved optimizer.py into the optimizers folder
SpookyDervish pushed to main at ground/GroundPY 2025-09-08 07:50:02 +10:00
f78d0e41b0 doing some set up for when i implement a peephole optimizer