This commit is contained in:
anon 2023-09-20 08:51:02 +02:00
parent 314460f575
commit 5032e2aabb

11
TODO.md Normal file
View File

@ -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