feat(journal): update week 6

This commit is contained in:
2026-06-19 14:51:28 +02:00
parent cc6198951c
commit 9317ce370f

View File

@@ -1,6 +1,6 @@
#import "template.typ": week, day
#show: week.with(num: 5)
#show: week.with(num: 6)
#day(1)
@@ -10,3 +10,22 @@
- Add some commands
- Add for loops
- Start implementing cast assertions
#day(2)
- Weekly meeting
- Forward raw unhandled Python statements and expressions
- Generate cast assertions (type)
- Add generator tests
#day(3)
- Generate stubs from Midas definitions
#day(4)
- Generate predicate functions
#day(5)
- Type check predicate body