diff --git a/todo_list.md b/todo_list.md index fa8291d..ef8407e 100644 --- a/todo_list.md +++ b/todo_list.md @@ -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