Update todo list

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
Slendi 2024-04-09 02:25:57 +03:00
parent 66faf71ec7
commit 9796d51ae0

View File

@ -5,12 +5,13 @@
- [x] Add support for function definitions in the type checker
- [x] Add support for function definitions in the LLVM emitter
- [ ] Structures
- [ ] Add support for definitions in the type checker
- [ ] Add support for definitions in the LLVM emitter
- [ ] Add support for member accesses in the type checker
- [ ] Add support for member accesses in the LLVM emitter
- [ ] Add support for packed in the parser
- [ ] Add support for packed in the LLVM emitter
- [x] Add support for definitions in the type checker
- [x] Add support for definitions in the LLVM emitter
- [x] Add support for member accesses in the type checker
- [x] Add support for member accesses in the LLVM emitter
- [x] Add support for packed in the parser
- [x] Add support for packed in the LLVM emitter
- [ ] Add support for nested member accesses
- [ ] Unions
- [ ] Add support for unions in the type checker
- [ ] Add support for unions in the LLVM emitter