Added TODO list for things to implement these holidays

entity_declaration_type_checking
Tristan B. Kildaire 3 years ago
parent dcd513079d
commit c955b0bd6a

@ -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
Loading…
Cancel
Save