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