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-07-02 17:00:56 +10:00
3775e3d9fb work more on generics
SpookyDervish pushed to main at Comet/Comet 2026-07-02 14:45:32 +10:00
13f4f67f8e make struct store its struct idx in itself
SpookyDervish pushed to main at Comet/Comet 2026-07-02 14:31:55 +10:00
8377ba4aa5 fix generics i think
SpookyDervish pushed to main at Comet/Comet 2026-07-01 21:41:05 +10:00
e9e71759cf start making it so structs include their generic info in them
SpookyDervish pushed to main at Comet/Comet 2026-07-01 17:29:09 +10:00
5e8c300111 ext libs can define generics
SpookyDervish pushed to main at Comet/Comet 2026-07-01 14:16:24 +10:00
b9077d75ed add pointer type
SpookyDervish pushed to main at Comet/Comet 2026-07-01 14:02:13 +10:00
f048429203 update readme
SpookyDervish pushed to main at Comet/Comet 2026-07-01 13:57:27 +10:00
b4c4ed32b1 remove debug prints from when i was getting generics working
SpookyDervish pushed to main at Comet/Comet 2026-07-01 13:54:54 +10:00
d1e2f44493 oh my god structs work
SpookyDervish pushed to main at Comet/Comet 2026-06-26 11:53:11 +10:00
087650bdc8 getting closer to having generics working, the code is such a mess
SpookyDervish pushed to main at Comet/Comet 2026-06-25 22:07:35 +10:00
e3ed5f9622 rewriting generics to auto fill out types for the entire struct
SpookyDervish pushed to main at Comet/Comet 2026-06-25 21:11:27 +10:00
49a4ad6c64 most basic form of generics done
SpookyDervish pushed to main at Comet/Comet 2026-06-25 18:25:45 +10:00
60d0068e96 declare generic types when defining a struct
SpookyDervish pushed to main at Comet/Comet 2026-06-25 18:05:37 +10:00
bf814561f2 move typemap from a dynamic array to a hashmap to make implementing generics possible
SpookyDervish pushed to main at Comet/Comet 2026-06-25 17:15:19 +10:00
c66e4ac9c7 improve escape sequences
SpookyDervish pushed to main at Comet/Comet 2026-06-25 16:50:19 +10:00
7f74aabe18 add escape sequences
SpookyDervish pushed to main at Comet/Comet 2026-06-25 16:28:35 +10:00
fc8c513dce revamp type parser to support generics and fix a lot of stuff
SpookyDervish commented on issue Comet/Comet#1 2026-06-25 15:35:05 +10:00
Segfault when reading / modifying struct fields

This has been fixed.

SpookyDervish closed issue Comet/Comet#1 2026-06-25 15:35:05 +10:00
Segfault when reading / modifying struct fields
SpookyDervish pushed to main at Comet/Comet 2026-06-25 15:34:49 +10:00
65ef207c39 miniscule bugfix to prevent a segfault