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