feat(journal): update week 3

This commit is contained in:
2026-05-28 22:32:45 +02:00
parent 6c8c306da7
commit 5d9e19359f

26
journal/week3.typ Normal file
View File

@@ -0,0 +1,26 @@
#import "template.typ": week, day
#show: week.with(num: 3)
#day(1)
- Work on Python parser (expressions, assignments, calls, etc.)
- Read TAPL (3, 5)
#day(2)
- Weekly meeting
- Explore lambda-calculus rules definition
- Read TAPL (5, 8, 9)
- Start setuping checker
#day(3)
- Read TAPL (4, 6, 7, 10)
- Define general architecture
- Setup checker
#day(4)
- Read TAPL (11)
- Implement checker base