Project 1: Custom programming language
Description: A project aimed at developing an interpreter for a custom programming language. The initial prototype was created in Python to outline core functionality and concepts. The project then progressed to implementing the interpreter in C, focusing on performance optimization and low-level programming techniques.
View Project