3 posts tagged with "llvm"
Building Dynamic Dispatch in ChocoPy: From Concept to Code
Posted on May, 2025It feels like ages since I last shared a post here. But the time has come for a new quest—one that dives into the core of object-oriented programming: runtime polymorphism. It struck me how often we…
Read full postMaking WinZigC programs debuggable
Posted on March, 2024After compiling a WinZigC program into machine code, it is possible to execute it and observe the standard output in the terminal if at least one output statement is used to print the results. However…
Read full postThe journey of implementing the WinZigC programming language
Posted on February, 2024When I was an undergraduate, I took the Compiler Design module during the last semester of my final year. It was an engaging module that allowed us to see how the knowledge gained from other core…
Read full post