From f8b5edefda8d85d6995a944a2b4523b9b8b0c838 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 12 May 2026 14:10:40 +0200 Subject: [PATCH] feat(admin): add rough initial planning --- admin/planning.typ | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 admin/planning.typ diff --git a/admin/planning.typ b/admin/planning.typ new file mode 100644 index 0000000..29e2c47 --- /dev/null +++ b/admin/planning.typ @@ -0,0 +1,18 @@ +#set text(font: "Source Sans 3") + += General Planning + +#table( + columns: (auto, 1fr), + align: (center, left + horizon), + table.header[*Week*][*Objectives*], + [*1*], [Kickoff, setup project, start prototyping a syntax], + [*2*], [Syntax prototype, simple parser, discuss with Prof. Mermoud and Prof. Lettry], + [*3*], table.cell(rowspan: 4)[Implement a type checker], + [*4*], + [*5*], + [*6*], + [*7*], table.cell(rowspan: 3)[Code generator, refinements, report], + [*8*], + [*9*], +)