From 9796d51ae0d0118281070e3c7a66fb88f64cc45b Mon Sep 17 00:00:00 2001 From: Slendi Date: Tue, 9 Apr 2024 02:25:57 +0300 Subject: [PATCH] Update todo list Signed-off-by: Slendi --- todo_list.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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