CS 131 Project 1 Brewin Interpreter
Introduction In this project, you will be implementing a simple interpreter for a new programming language, called Brewin. Brewin is an object-oriented variant of the LISP language. You guessed it – that means there are lots of parentheses! :^) You¡¯ll be implementing your interpreter in Python. This project is the first of three – in […]
CS 131 Project 1 Brewin Interpreter Read More »