feat(journal): update week4 day 1

This commit is contained in:
2026-06-01 22:38:58 +02:00
parent 48841c1255
commit f4d249a2ad
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#import "@local/cetz:0.3.5": canvas, draw
#import "@preview/cetz:0.5.2": canvas, draw
#import "@preview/modpattern:0.1.0": modpattern
#let stripe(stroke) = line(
@@ -81,6 +81,7 @@
depends-on: (9,),
),
"12": (
state: "skimmed",
pos: (4, 3),
depends-on: (9,),
),
@@ -93,14 +94,17 @@
depends-on: (11,),
),
"15": (
state: "done",
pos: (3.5, 4),
depends-on: (11,),
),
"16": (
state: "done",
pos: (1, 5),
depends-on: (15,),
),
"17": (
state: "done",
pos: (0.5, 6),
depends-on: (10, 16),
),

View File

@@ -4,6 +4,7 @@
#day(1)
- Read TAPL (15)
- Read TAPL (15, 16, 17, \~12)
- Show type checker diagnostics
- Update VSCode syntax highlighting extension
- Add support for if statements and ternary expressions