lemmy-help
lemmy-help copied to clipboard
Better type parsing
Currently, Lexer doesn't tokenize the following
- Inbuilt types https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#types-and-type
- Optional (
?) token in param
So, the goal is to tokenize and do something with these.