From 9c8771a378dfedb1030005b3bf8d38a58a29e246 Mon Sep 17 00:00:00 2001 From: IlushaShurupov Date: Mon, 7 Aug 2023 18:49:55 +0300 Subject: [PATCH] Editing TODO --- TODO | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/TODO b/TODO index bff087b..1d83f18 100644 --- a/TODO +++ b/TODO @@ -1,22 +1,40 @@ Testing !! +Objects: + tokenizing: + test all + + parsing: + make cf grammar + make lalr parser + test all + + features: + add debug line information into bytecode + implement Alloc Size queries + + enhance: + use anonymous namespaces for object static methods + remove obj_ref_count macro + fix all clang-tidy notices + replace all strings with const string ref + replace all type usages with typedefs + remove tp:: + rename classes + + bugs: + disallow Alloc Size queries + + +Modules: + Remove all static variable into module's data + Make modules simple threaded + Graphics: Window event system Graphics API FPS count & Performance control -Objects: - Debug GUI - use anonymous namespaces for object static methods - write tests before refactor !! - Alloc Size queries - remove obj_ref_count macro - fix all clang-tidy notices - replace all strings with const string ref - replace all type usages with typedefs - remove tp:: - rename classes - Containers: Test generatePermutations Add variant size buffer