From 95e166a058100e563b795ad6c957ccc84cd42eba Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Mon, 22 Jun 2026 11:24:42 +0200 Subject: [PATCH] feat(admin): update planning with current progress --- admin/planning.typ | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/admin/planning.typ b/admin/planning.typ index 29e2c47..0e61e07 100644 --- a/admin/planning.typ +++ b/admin/planning.typ @@ -1,6 +1,6 @@ #set text(font: "Source Sans 3") -= General Planning += Initial Planning #table( columns: (auto, 1fr), @@ -16,3 +16,20 @@ [*8*], [*9*], ) + += History + +#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], + [*3*], [Basic type checker (assignments, functions, operations)], + [*4*], [Diagnostics, type check control flow, refine architecture, subtyping], + [*5*], [Generic types, methods and overloads, simple code generator], + [*6*], [For loops, generate assertions, generate stubs, constraints, variance, type unification], + [*7*], [], + [*8*], [], + [*9*], [], +) \ No newline at end of file