CSE3341 Project 6
CSE 3341 Project 6 Overview The goal of this project is to write an interpreter for a simple functional language called PLAN. The interpreter itself should be written in Scheme. A PLAN program is a list and defined by the following grammar: ⟨P rogram⟩ ⟨Expr⟩ ::= ( planProg ⟨Expr⟩ ) ::= ⟨I d⟩ | ( […]