Lab 1 (C0-Arrays) — Python Starter

This starter code provides:

You implement the analyzer (WLP/VC generation) in src/wlp.py.

Notes:

Setup

Install dependencies:

pip install -r requirements.txt

Build

make

This produces c0_vc.

Run

./c0_vc example.c0

Exit codes: 0 valid, 2 unsafe, 1 error.

Table of Content