COMP712 Project
COMP712 Programming Languages Interpreter Project Description COMP712 Programming Languages Interpreter Implementation Project The aim of this project is to implement an interpreter for a programming language called AJS (A JavaScript) which is a subset of ECMAScript 2018. The syntax and related descriptions of this language is provided in a separate document. The interpreter is to …