From 0a3fd058cb39583a2efa20713f6a9a2378f8a143 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 19 May 2026 10:25:42 +0200 Subject: [PATCH] feat(journal): update with weekly meeting 2 --- journal/week2.typ | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/journal/week2.typ b/journal/week2.typ index 1695f6c..eef3591 100644 --- a/journal/week2.typ +++ b/journal/week2.typ @@ -5,3 +5,13 @@ #day(1) - 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)