Enn3Developer
Enn3Developer
There's the lack of a spec sheet for the language. Well, it is based on Lua and there's the wiki that explains the main differences but what about the new...
Docs
About docs, I'm not talking of the wiki (although that needs some rework) but about the codebase. If one wants to start contributing to the project they need first to...
At the current state, the compiler doesn't check if a function called in a file from another file is either local or global thus making errors go through the Lua...
I just found out about the project and wanted to fiddle with it a bit, but when I searched for a Clue extension on VSCode it wasn't there. I think...
At the current state, when called to compile an entire folder of Clue files, the compiler will compile the files one by one. That by itself isn't something bad, but...
As per title, optimize the outputted Lua code. There are always room for optimizations here and there in the code, so adding a step inside the compiler between the parser...
Implement, in a way or the other, a file reader that loads the content in a buffer and does so in another thread The goal is to parallelize the code...
Closes #147 Add `const` support for Lua 5.4; it implicitly add `local` to all `const`s