Added TODO list for things to implement these holidays

This commit is contained in:
Tristan B. Kildaire 2021-05-04 19:26:26 +02:00
parent dcd513079d
commit c955b0bd6a
1 changed files with 12 additions and 0 deletions

12
todo1.md Normal file
View File

@ -0,0 +1,12 @@
TODO: Holidays (1-10th May)
===========================
- [ ] `parseStruct`
- [ ] Actually parse body
- [ ] Only allow variables declarations
- [ ] Allow assignments I guess
- [ ] Maybe function definitions too (D-kinda thing)
- [ ] Add constructor support (initializes values)
- [ ] I guess this is nicer when you have funcitons
in the struct too to make initialization code more modular
- [ ] Allow nested structs