c64-livecoding/wip-duuqnd
John Lorentzson 9e643e6c6d Add compiler middle stage
The compiler middle stage takes high level nodes and produces code in
an intermediate representation more closely resembling assembly code.

Optimizations and the tools for making those are also included. It's
significantly easier to optimize IR than syntax trees or assembly.

Several things need cleaning up, in particular there are things in
jigs.lisp that really should be documented tools, not
jigs (specifically the compilation setup and finalization).
2025-06-26 13:41:43 +02:00
..
user-side-compiler Add compiler middle stage 2025-06-26 13:41:43 +02:00
public.inc Add public.inc 2025-05-08 21:17:09 +02:00