From 48841c12558b205d7260f8cab4f7205f162620d6 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Mon, 1 Jun 2026 13:05:56 +0200 Subject: [PATCH] feat(journal): update start of week 4 --- journal/week3.typ | 6 ++++++ journal/week4.typ | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 journal/week4.typ diff --git a/journal/week3.typ b/journal/week3.typ index 3634c1d..49fa9cc 100644 --- a/journal/week3.typ +++ b/journal/week3.typ @@ -30,3 +30,9 @@ - Integrate checker in tester - Type check function calls - Add casting + +#day(7) + +- Read TAPL (11, 23) +- Add docstrings +- Parse `AugAssign` diff --git a/journal/week4.typ b/journal/week4.typ new file mode 100644 index 0000000..86d213a --- /dev/null +++ b/journal/week4.typ @@ -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