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 created branch main in SpookyDervish/MyLittleCPU 2026-07-15 15:03:03 +10:00
SpookyDervish pushed to main at SpookyDervish/MyLittleCPU 2026-07-15 15:03:03 +10:00
8e26d3e19d initial commit
SpookyDervish created repository SpookyDervish/MyLittleCPU 2026-07-14 12:45:23 +10:00
SpookyDervish pushed to main at SpookyDervish/CometOS 2026-07-14 08:46:32 +10:00
15e808a001 i change my mind we're going limine
SpookyDervish pushed to main at Comet/Comet 2026-07-13 19:22:40 +10:00
890ef99ff8 i think i got first class functions working
SpookyDervish pushed to main at SpookyDervish/CometOS 2026-07-13 13:12:06 +10:00
11c8a6cae9 code
e40059e70d first boot
Compare 2 commits »
SpookyDervish created repository SpookyDervish/CometOS 2026-07-13 13:09:25 +10:00
SpookyDervish pushed to main at Comet/Comet 2026-07-12 19:16:35 +10:00
036ec60427 fix warning
SpookyDervish pushed to main at Comet/Comet 2026-07-12 18:19:53 +10:00
f4afdab46c add control flow optimisation to while loops
SpookyDervish pushed to main at Comet/Comet 2026-07-12 18:10:52 +10:00
ef94c021c5 optimizer can now control flow optimise somewhat
SpookyDervish pushed to main at Comet/Comet 2026-07-12 09:58:26 +10:00
004855e171 fix optimiser
SpookyDervish pushed to main at Comet/Comet 2026-07-12 09:47:39 +10:00
67cf09b670 constant propogation is broken atm, gonna disable it so i dont break peoples stuff
SpookyDervish pushed to main at Comet/Comet 2026-07-12 09:42:48 +10:00
37f0799c0f simplify optimisation code a lot
SpookyDervish pushed to main at Comet/Comet 2026-07-12 09:00:33 +10:00
daa387ebd3 typo in readme
SpookyDervish pushed to main at Comet/Comet 2026-07-12 08:58:40 +10:00
5f126eff71 direct users on comet website to source code if there are no versions available
SpookyDervish pushed to main at Comet/Comet 2026-07-12 08:20:36 +10:00
178cff269f check for allocation failures when creating a list with new. also warn the user for pointer arithmetic
SpookyDervish pushed to main at Comet/Comet 2026-07-11 16:41:44 +10:00
d6e98d0743 added socket lib to readme
SpookyDervish pushed to main at Comet/Comet 2026-07-11 16:36:21 +10:00
ff949f9aaa add array loops and comments to Comet docs
SpookyDervish pushed to main at Comet/Comet 2026-07-11 16:17:15 +10:00
f9a334d824 make IndexOutOfBounds errors more user friendly
SpookyDervish pushed to main at Comet/Comet 2026-07-11 16:12:38 +10:00
40416cedcf bump version number