Project Information

About

This project is an advanced interpreter and custom programming language that utilizes a lexer, parser, and semantic analyzer to construct abstract syntax trees (ASTs) from user code. The interpreter traverses and interprets the trees to compute the expression, while also generating and executing x86-64 assembly code. Features include variable assignment, arithmetic expressions, functions, logical and comparison operators, dynamic error handling, and more.

Overall this project allowed me to deepen my understanding of programming languages and abstract structures, as well as to improve my skills in software design and development.