From ef52ee47f496967b91e2ce8bc41b3c3e73e5a9b0 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 10 Mar 2024 02:13:28 +0200 Subject: [PATCH] Update TODO list Signed-off-by: Slendi --- todo_list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo_list.md b/todo_list.md index 3199a1c..4fc0a25 100644 --- a/todo_list.md +++ b/todo_list.md @@ -1,9 +1,9 @@ # TODO list (epic) - [x] Create a TODO list -- [ ] Custom Functions (not external) +- [x] Custom Functions (not external) - [x] Add support for function definitions in the type checker - - [ ] Add support for function definitions in the LLVM emitter + - [x] Add support for function definitions in the LLVM emitter - [ ] Structures - [ ] Add support for packed in the parser - [ ] Add support for definitions in the type checker