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-06-25 10:41:05 +10:00
72a236962e fixed error messages thrown by extlibs
SpookyDervish pushed to main at Comet/Comet 2026-06-25 10:08:43 +10:00
12bec09362 allow for variables with unassigned values
SpookyDervish pushed to main at Comet/Comet 2026-06-25 08:10:26 +10:00
7e89614527 fix some bugs in extlibs and update readme
SpookyDervish released FileIO at Comet/io 2026-06-25 08:07:58 +10:00
SpookyDervish pushed tag 0.1.0 to Comet/io 2026-06-25 08:07:58 +10:00
SpookyDervish pushed to main at Comet/io 2026-06-25 08:06:44 +10:00
78d81dc260 changed readLine to readln
SpookyDervish pushed to main at Comet/io 2026-06-25 07:57:31 +10:00
ec4d41edb5 fix some errors that happen when they shouldnt
SpookyDervish pushed to main at Comet/io 2026-06-25 07:40:42 +10:00
e59685413d implement core file io
SpookyDervish pushed to main at Comet/Comet 2026-06-24 22:10:55 +10:00
1185555b07 add '!' to the operators in the syntax highlighter
SpookyDervish pushed to main at Comet/Comet 2026-06-24 22:08:36 +10:00
6ed6bc6e61 fix prefix expr precedence
SpookyDervish pushed to main at Comet/Comet 2026-06-24 21:23:06 +10:00
5a18d14bdd create a ton of functions to reduce boilerplate in extlibs
SpookyDervish pushed to main at Comet/Comet 2026-06-24 20:55:04 +10:00
f8dbc860df fix slight bug with function call type checking
SpookyDervish pushed to main at Comet/Comet 2026-06-24 20:07:44 +10:00
809bd39309 tryna extend the extlib api a lot
SpookyDervish pushed to main at Comet/Comet 2026-06-24 15:14:18 +10:00
SpookyDervish pushed to main at Comet/Comet 2026-06-24 13:52:51 +10:00
b74a49f39d fix some things with external lib types and functions
SpookyDervish pushed to main at Comet/Comet 2026-06-24 13:02:03 +10:00
23dffc3f22 made a vscode extension for comet syntax highlighting
SpookyDervish pushed to main at Comet/Comet 2026-06-23 21:01:19 +10:00
8a1af9673d fix method calls
SpookyDervish pushed to main at Comet/Comet 2026-06-23 18:15:27 +10:00
ecea408f35 add option to print out AST
SpookyDervish pushed to main at Comet/Comet 2026-06-23 18:13:22 +10:00
f34c5c917f fix struct reassignment
SpookyDervish pushed to main at Comet/Comet 2026-06-23 17:26:06 +10:00
9232f46610 external lib structs completely working i hope lo