You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tlang/todo1.md

18 lines
792 B
Markdown

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)
3 years ago
- [ ] I guess this is nicer when you have functions
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`
3 years ago
- As currently one can then use `static` outside of these contexts
- [ ] `parseStruct`
- [ ] Adding missing support for `static` in it
- [ ] `parseClass`
- [ ] Add this