This is a template for the proof assistant project of CSC_51051_EP, which you can clone in order to get started. It contains the folders
- simple: the proof assistant for propositional logic (parts 1 to 4 of the project),
- dependent: the proof assistant with dependent types (part 5),
- report: a template for writing the report in markdown.
In order to build the project you can either type
makeor
dune build