SKI Calculus - A variable-free programming language
Posted on May 22, 2024This post is a beginning of a new series with a new tag called "programming languages". I plan to discuss interesting ideas behind programming languages. This post is devoted to a very simple form of…
Read full postMaking WinZigC programs debuggable
Posted on March 24, 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 05, 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