README
VC Generation In this assignment, you will implement a verifier based on the weakest- precondition/VCGen methodology as discussed in class. We will work with programs that are written in a JavaScript like syntax (EcmaScript) and translate them into our imperative language Nano. Install Z3 This assignment will use Z3 to solve logical formulas. In order …