feat(journal): update with weekly meeting 2

This commit is contained in:
2026-05-19 10:25:42 +02:00
parent b52baacdad
commit 0a3fd058cb

View File

@@ -5,3 +5,13 @@
#day(1) #day(1)
- Finish implementing basic parsers - Finish implementing basic parsers
- Add tests for lexers and parsers
#day(2)
- Weekly meeting:
- Drop annotation parser $->$ use Python AST
- Change syntax to match existing patterns / Python
- Set up testing framework with full file tests
- Generic types
- Possible reading: Types and Programming Languages, Benjamin C. Pierce (chapters 3, 5, 8, 9)