From 5032e2aabbe99883739add575684d7a10bee8651 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 20 Sep 2023 08:51:02 +0200 Subject: [PATCH] +TODO --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..47a1183 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +[ ] script lexer +[ ] xighlight like all-in-one wrapper for the lexer +[ ] make init() lex #ifdef HLPATH +[ ] $HLPATH traversing +[ ] cli parser +[ ] jeger segfault +[ ] replace assert checks (long jump and set errno) +[ ] token\_table\_t, functions to manage them and modification to existing funtions taking the global for granted +[ ] do we fucking need keysymbol? + [ ] new_symbol_tokens() and new_char_tokens() are confusing +[ ] figure out how to allow regex engine overridding