CS380I LiveOak
# Programming Assignment 2: LiveOak – 2 to SaM Compiler ## 1. Assignment Overview ### 1.1 Task Create a handwritten recursive-descent parser and SaM code generator for levels 0, 1, and 2 of the LiveOak language. Use the provided SaMTokenizer class for lexical analysis. The compiler should take a file containing a LiveOak program as […]