Added non-urgent TODO regarding the implementation of `parseClass` and `parseStruct`

This commit is contained in:
Tristan B. Kildaire 2021-06-06 15:46:59 +02:00
parent 1ddd7f102b
commit 999bab48a0
1 changed files with 3 additions and 1 deletions

View File

@ -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
- [ ] 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