GSoC 2022 - Harp pedalling diagrams
Hello everyone, my name is James and I’ve been fortunate enough to have been chosen to take on one of this year’s projects for Google Summer of Code. I’ll be...Compiler Series Part 5: Lexical analysis
From this post onwards, I will be explaining sections from my compiler and the thoughts gone into designing them. I will link to the relevant files in my compiler’s repository...Compiler Series Part 4: Designing the SIMPLE language and compiler
I’ve chosen to call the language I’ve designed for the compiler SIMPLE for fairly self evident reasons. This language is Turing complete as it features conditional statements and variables. As...Compiler Series Part 3: rustc
This post will be another fly by look at a production compiler, this time for the Rust language. Disclaimer! I wrote this a while ago and have not checked how...
←
→