From 999bab48a09b5fc5d7467bcf8ebb5e0b0449274f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 6 Jun 2021 15:46:59 +0200 Subject: [PATCH] Added non-urgent TODO regarding the implementation of `parseClass` and `parseStruct` --- todo1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo1.md b/todo1.md index 4b22f41..501bbcf 100644 --- a/todo1.md +++ b/todo1.md @@ -9,4 +9,6 @@ TODO: Holidays (1-10th May) - [ ] Add constructor support (initializes values) - [ ] I guess this is nicer when you have functions in the struct too to make initialization code more modular - - [ ] Allow nested structs \ No newline at end of file + - [ ] 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