diff --git a/PLANNING.md b/PLANNING.md index 355ddc7..390b333 100644 --- a/PLANNING.md +++ b/PLANNING.md @@ -112,4 +112,5 @@ _Academic first semester 2024-2025_ - :hammer: Choice Lab (1/3): Monday 02/12/2024, 8h00-13h30. Room E001 (Samuel Humeau & Emma Nardino) * Optimisations under SSA form [TP5c](TP05/tp5c.pdf), code in [MiniC/TPoptim/](MiniC/TPoptim/). - * Other possibilities next week. + * Parsing and typechecking functions [TP06a](TP06/tp6a.pdf), code in [MiniC/](MiniC/). + * Code generation for functions [TP06b](TP06/tp6b.pdf), code in [MiniC/](MiniC/). diff --git a/TP06/tp6a.pdf b/TP06/tp6a.pdf index fa13bac..82dcdf0 100644 Binary files a/TP06/tp6a.pdf and b/TP06/tp6a.pdf differ diff --git a/TP06/tp6b.pdf b/TP06/tp6b.pdf index 7ecd57d..264b123 100644 Binary files a/TP06/tp6b.pdf and b/TP06/tp6b.pdf differ