CS320 Fall 2023 Project 1
1 Overview CS320 Fall2023 Project Part 1 November 2023 Stack-oriented programming languages utilize one or more stack data structures which the programmer manip- ulates to perform computations. The specification below lays out the syntax and semantics of such a language which you will need to implement an evaluator for, taking a program and evaluating it …