doc/TODO: update current status

This commit is contained in:
mappu 2024-08-10 12:54:31 +12:00
parent afcde0a69b
commit 911f4e378a
1 changed files with 8 additions and 7 deletions

15
TODO
View File

@ -8,15 +8,16 @@ Phase 1
- [ ] Generate types
- [X] Convert parameter pointer types to binding types
- [X] Basic methods
- [ ] Special methods
- [ ] Constructors
- [ ] Destructors
- [ ] Copy-constructors
- [X] Special methods
- [X] Constructors
- [X] Prevent calling ctor of abstract class
- [X] ~~Destructors~~ We only need .Delete()
- [X] Copy-constructors
- [ ] Move-constructors (Qt6)
- [X] Operator overloading
- [ ] Class inheritance
- [ ] Detect in AST
- [ ] Downcast helper methods
- [X] Class inheritance
- [X] Detect in AST
- [X] ~~Downcast helper methods~~ Direct type available
- [ ] Member variables
- [ ] Static methods
- [X] Return of class types passed by pointer