This repository contains the lecture and exercise material for COMP2012 (Languages and Computation), using Lean 4 with mathlib.
The material is organised as a Lake project and updated regularly during the semester.
Lectures/ lecture files used in class
Exercises/ exercise sheets
Proofs/ Lean code from the lecture notes
All Lean imports start with LAC, for example:
import LAC.Proofs.Lang