Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson 53002f2b8a Slight syntax adjustment
I just couldn't stand "dotimes x 200", and "for x do 200 times" just
feels so much nicer. I also added a space after an opening parenthesis
to ensure that my tokenizer gets to eat this particular type of
unnecessary but permitted whitespace.
2025-05-16 12:31:18 +02:00
wip-dicander Added Marcus first effect, with help from Duuqnd and hugova 2025-04-03 23:22:57 +02:00
wip-duuqnd Slight syntax adjustment 2025-05-16 12:31:18 +02:00
wip-hugo add general multiplication implementation 2025-05-16 11:11:21 +02:00
.gitignore update gitignore 2025-05-02 21:52:24 +02:00
README.md Initial commit 2025-02-27 21:57:44 +01:00

C64 Livecoding demo

WIP