feat(admin): add rough initial planning

This commit is contained in:
2026-05-12 14:10:40 +02:00
parent 0f4521bc4a
commit f8b5edefda

18
admin/planning.typ Normal file
View File

@@ -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*],
)