feat(journal): update start of week 4 day 2

This commit is contained in:
2026-06-02 13:31:35 +02:00
parent f4d249a2ad
commit c6e2439a91
2 changed files with 8 additions and 1 deletions

View File

@@ -126,6 +126,7 @@
depends-on: (20, 15),
),
"22": (
state: "current",
pos: (4.5, 4),
depends-on: (11,),
),

View File

@@ -7,4 +7,10 @@
- Read TAPL (15, 16, 17, \~12)
- Show type checker diagnostics
- Update VSCode syntax highlighting extension
- Add support for if statements and ternary expressions
- Add support for if statements and ternary expressions
#day(2)
- Read TAPL (22)
- Rework abstract types
- Generalize syntax (more modularity for generics, unions, constraints, etc.)