From 8f86e03f7ce65a2566d7961be9d9fb11e3b0ff5c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 6 Jun 2021 15:49:07 +0200 Subject: [PATCH] Updated --- todo1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/todo1.md b/todo1.md index 501bbcf..5221c3d 100644 --- a/todo1.md +++ b/todo1.md @@ -11,4 +11,8 @@ TODO: Holidays (1-10th May) in the struct too to make initialization code more modular - [ ] Allow nested structs - [ ] Note to self, `parseClass` and `parseStruct` should be way more specific and not just call `parseBody` - - As currently one can then use `static` outside of these contexts \ No newline at end of file + - As currently one can then use `static` outside of these contexts + - [ ] `parseStruct` + - [ ] Adding missing support for `static` in it + - [ ] `parseClass` + - [ ] Add this \ No newline at end of file