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 Comet/Comet 2026-05-05 20:06:15 +10:00
f0e1959603 added not eq and fixed some bugs with if statement codegen
SpookyDervish pushed to main at Comet/Comet 2026-05-05 19:49:19 +10:00
e75216c84b added boolean literals to comet
SpookyDervish pushed to main at Comet/Comet 2026-05-05 19:08:21 +10:00
b37b2444bd cast float to double and vice versa
SpookyDervish pushed to main at Comet/Comet 2026-05-05 18:59:00 +10:00
4ae73b4474 added command line args to cometc
SpookyDervish pushed to main at Comet/Comet 2026-05-05 16:42:35 +10:00
794d8ff08d added a test runner
SpookyDervish pushed to main at Comet/Comet 2026-05-05 16:28:30 +10:00
be86dd750d added a tests folder
SpookyDervish pushed to main at Comet/Comet 2026-05-05 16:22:09 +10:00
2e8ba9b89a made struct fields mutable by default
SpookyDervish pushed to main at Comet/Comet 2026-05-05 14:53:34 +10:00
b0111de3a0 update syntax.md to reflect 'mut' keyword
SpookyDervish pushed to main at Comet/Comet 2026-05-05 14:29:32 +10:00
f524001c9f only just realised i fixed structs inside structs lmao
SpookyDervish pushed to main at Comet/Comet 2026-05-05 14:27:33 +10:00
52be9317f8 added attribs to struct fields, doesnt fully work yet
SpookyDervish pushed to main at Comet/Comet 2026-05-05 14:17:29 +10:00
8f8f0d4782 added mutability
SpookyDervish pushed to main at Comet/Comet 2026-05-05 13:53:33 +10:00
ae25cead93 fixed some warnings with clang (looking at you macos)
665674f1c0 added field and var attributes
Compare 2 commits »
SpookyDervish pushed to main at Comet/Comet 2026-05-05 07:42:41 +10:00
02ac125ef2 tryna fix bugs but it aint really working, i'll fix it later ig
SpookyDervish pushed to main at Comet/Comet 2026-05-05 06:56:49 +10:00
d3b1d3a3ac struct inside struct access works i think
SpookyDervish pushed to main at Comet/Comet 2026-05-04 20:53:59 +10:00
6d577a0e5b add check to make sure enough args are passed to functions
SpookyDervish pushed to main at Comet/Comet 2026-05-04 20:47:46 +10:00
0836495cd4 ensure number of args passed to constructor is correct
SpookyDervish pushed to main at Comet/Comet 2026-05-04 20:14:58 +10:00
19fb905bc0 added inline functions
SpookyDervish pushed to main at Comet/Comet 2026-05-04 20:03:35 +10:00
283455057e icon png
SpookyDervish pushed to main at Comet/Comet 2026-05-04 20:00:02 +10:00
74cd568661 remove uneeded print
SpookyDervish pushed to main at Comet/Comet 2026-05-04 19:56:46 +10:00
881f127c17 cast