Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson 08f9cc4a11 Remove premature code generation from high-level and add new nodes
The new nodes are more directly representational of the syntax, and
code generation will be moved to an intermediate stage with a more
linear (yet still node-based) representation.
2025-05-22 13:14:55 +02:00
wip-dicander Added Marcus first effect, with help from Duuqnd and hugova 2025-04-03 23:22:57 +02:00
wip-duuqnd Remove premature code generation from high-level and add new nodes 2025-05-22 13:14:55 +02:00
wip-hugo implement general divition 2025-05-17 16:12:13 +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