Panda
Summary
Developed a toy interpreter for the 'panda' programming language, featuring an Abstract Syntax Tree (AST) tree-walker evaluator, a compiler, and a Virtual Machine (VM) architecture. This project demonstrates deep understanding of programming language design and implementation, inspired by the 'Monkey' language in Go.