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-02 13:11:55 +10:00
9e6970d04f removed ast print
SpookyDervish pushed to main at Comet/Comet 2026-05-02 13:10:10 +10:00
9eaeaf7fbf removed testing files
SpookyDervish pushed to main at Comet/Comet 2026-05-02 13:07:31 +10:00
0d061a81d5 added implicit casts for return types and variable types
SpookyDervish pushed to main at Comet/Comet 2026-05-02 11:36:24 +10:00
7a4dc3b055 added credit for the repl_str function
SpookyDervish pushed to main at Comet/Comet 2026-05-02 11:35:57 +10:00
27c14e0edd printf works :D
SpookyDervish pushed to main at Comet/Comet 2026-05-02 11:18:29 +10:00
fb5abf9ee0 added strings
SpookyDervish pushed to main at Comet/Comet 2026-05-02 10:30:13 +10:00
1dd172682b for loops working!
SpookyDervish pushed to main at Comet/Comet 2026-05-02 10:02:51 +10:00
035a7a19fe started work on for loops and fixed bug in parser
SpookyDervish pushed to main at Comet/Comet 2026-05-02 09:31:37 +10:00
072740bf51 while loops working
SpookyDervish pushed to main at Comet/Comet 2026-05-02 08:50:13 +10:00
2320e4901f made syntax highlighting more consistent in syntax.md
SpookyDervish pushed to master at tram/tram 2026-04-29 06:28:35 +10:00
66abf331e5 added GetArg instruction
SpookyDervish pushed to master at tram/tram 2026-04-28 20:34:48 +10:00
d9fa7601a5 starting to rewrite call instruction
SpookyDervish pushed to master at tram/tram 2026-04-28 19:09:28 +10:00
ba6866534e small tiny fixes, added return instruction
SpookyDervish pushed to master at tram/tram 2026-04-28 15:02:03 +10:00
0851a3b08f tiny clean up
SpookyDervish pushed to master at solstice/solstice 2026-04-17 12:43:30 +10:00
53908d29e2 woops, lemme delete that
SpookyDervish pushed to master at solstice/solstice 2026-04-17 12:42:27 +10:00
effad2920f removed conversions lib, use the 'as' from now on
SpookyDervish pushed to master at ground/ground 2026-04-17 10:09:49 +10:00
54a0f6058a fixed some issues with the collections lib
SpookyDervish pushed to master at ground/ground 2026-04-16 17:41:51 +10:00
538cf4c666 fixing bugs with lists and strings
Compare 2 commits »
SpookyDervish pushed to master at ground/ground 2026-04-16 13:11:15 +10:00
da15a1eff7 most basic tests lib on the planet
SpookyDervish pushed to master at solstice/solstice 2026-04-14 09:35:28 +10:00
7a81a47986 finish parsing generics