This commit is contained in:
Tristan B. Kildaire 2021-06-06 15:49:07 +02:00
parent 999bab48a0
commit 8f86e03f7c
1 changed files with 5 additions and 1 deletions

View File

@ -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
- As currently one can then use `static` outside of these contexts
- [ ] `parseStruct`
- [ ] Adding missing support for `static` in it
- [ ] `parseClass`
- [ ] Add this