feat(journal): update start of week 4

This commit is contained in:
2026-06-01 13:05:56 +02:00
parent 641acf95ba
commit 48841c1255
2 changed files with 15 additions and 0 deletions

View File

@@ -30,3 +30,9 @@
- Integrate checker in tester
- Type check function calls
- Add casting
#day(7)
- Read TAPL (11, 23)
- Add docstrings
- Parse `AugAssign`

9
journal/week4.typ Normal file
View File

@@ -0,0 +1,9 @@
#import "template.typ": week, day
#show: week.with(num: 4)
#day(1)
- Read TAPL (15)
- Show type checker diagnostics
- Update VSCode syntax highlighting extension