2 posts tagged with "llvm"
Making 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