
Welcome to my Raspberry Pi Compiler Series.
This is the evolution of my ‘Let’s Build a Compiler‘ project, published during the last few months. In that series I built a Compiler in Kotlin following on the steps of Jack Crenshaw’s original series and also built my own programming language –TINSEL– that was running on Linux and X86 architecture.
In this series, the Compiler is modified to produce code for the ARM architecture, and in particular for the Raspberry Pi, offering its numerous fans a really fun way to use the Pi with their own programming language.
Here’s the Raspberry Pi Compiler