tlang/todo1.md

12 lines
485 B
Markdown
Raw Normal View History

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)
2021-05-31 08:07:22 +01:00
- [ ] I guess this is nicer when you have functions
in the struct too to make initialization code more modular
- [ ] Allow nested structs