GSoC 2022 - Harp Pedalling work product

This final post will sum up all of the additions and changes I have made to MuseScore for 2022’s Google Summer of Code harp pedalling project. The previous blog posts...

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 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...