Show HN: A self-hosting C compiler that runs on a Raspberry Pi Pico(github.com)
github.com
Show HN: A self-hosting C compiler that runs on a Raspberry Pi Pico
https://github.com/ezulabs/MicroCC
1 comments
Looking for embedded/compiler work. Happy to discuss implementation details.
It can compile its own source code on the hardware.
Full pipeline: preprocessor, parser, type system, Thumb-1/Thumb-2 codegen, mark-and-compact GC, USB REPL.
Try it: flash the UF2, connect serial (115200), type "help".
https://github.com/ezulabs/MicroCC