Project 4 Part B – Small C Interpreter
CMSC 330, Fall 2016 Organization of Programming Languages Project 4 Part B – Small C Interpreter Due 11:59pm Nov. 7, 2016 Introduction In project 4 Part A, you parsed SmallC code. In this part, you will write an interpreter for SmallC. Your interpreter can execute the SmallC code represented as an AST, which is generated […]
Project 4 Part B – Small C Interpreter Read More »