From b52baacdad0ec3e86aa92c56a7a8a8e40b73ea5a Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Mon, 18 May 2026 09:30:38 +0200 Subject: [PATCH] feat(journal): update week1 and week2 --- journal/week1.typ | 3 ++- journal/week2.typ | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 journal/week2.typ diff --git a/journal/week1.typ b/journal/week1.typ index 1df8001..b8926fd 100644 --- a/journal/week1.typ +++ b/journal/week1.typ @@ -16,4 +16,5 @@ #day(3) -- Research syntax prototype \ No newline at end of file +- Research syntax prototype +- First parser implementation diff --git a/journal/week2.typ b/journal/week2.typ new file mode 100644 index 0000000..1695f6c --- /dev/null +++ b/journal/week2.typ @@ -0,0 +1,7 @@ +#import "template.typ": week, day + +#show: week.with(num: 2) + +#day(1) + +- Finish implementing basic parsers