Blog
#macos
Setting up a Compiler Project with LLVM on MacOS
3-21-2025
#compiler#macos#llvm
I found a stark lack of resources on how to setup a compiler project that emits LLVM on MacOS. This blog shows you how to setup a structure for a project that compiles code and emits LLVM.
Competitive Programming on ARM Assembly
2-3-2025
#arm#macos#assembly#competitive programming
I decided to torture/challenge myself to solve some weekly competitive programming problems in ARM Assembly on my Mac. This blog documents my struggles and success and why you should try it as well.