Felice D'Angelo
Felice D'Angelo
In the programming language Lua for some reason "~=" is used instead of "!=" and it would be really nice if a ligature for it was added
This PR makes Clue able to communicate more with the LSP by printing JSONs that the LSP can then elaborate. Additionally, it turns the `CodeChar` tuple into a struct.
If macros could change behaviour based on their args they could get much more useful
when converting old 2.5 code to 3.0 I noticed I changed all enums to a bunch of `@define`, which made me realise `enum` would work better as a preprocessor directive...
Currently window users have to resort to manual installation, perhaps there's a way to fix that? We could either make a little powershell/cmd script or try to use winget (or..whatever...
There might be a way of putting Clue's modules directly into Lua's packages, that way `require(...)` could be used to load both... This should analyzed more before proceeding and must...