This is a MJ interpreter I wrote during my MIPT spring 2020 term. It started as a course project and then I was doing it as a personal project during the summer. This interpreter supports all ...
Delphi Language Interpreter - README Project Overview This project implements a basic version of the Delphi language by defining its grammar in pascal.g4, generating ANTLR code, and testing it using ...