- Fixing issues, missing features, text encodings, and adding popular computer languages.
- Rewrite parser to JavaScript/TypeScript language, so it can be used in Electron(VSCode plugin for example), Node.js, web applications, etc.
- Implement arena allocator for fast memory allocation/deallocations.
- Replace crpe2 library with new regex implementation featuring precompiled regexes(like CRTE C++ library - https://github.com/hanickadot/compile-time-regular-expressions).