-
BYU, cs 111, define(), do_form_special(), lookup(), part 1, procedures, quote, scheme interpreter, scheme_eval()
Guide to the Scheme Interpreter Project (BYU CS 111) Part 1
part 2 The Scheme Interpreter project is the most daunting and if you’re me, by far the longest assignment (14 hours) in CS 111. In the project, you program bits and pieces of an interpreter for scheme in python. The project details and files can be found on the CS 111 website. Before beginning the…