Clue icon indicating copy to clipboard operation
Clue copied to clipboard

C/Rust like programming language that compiles into Lua code

Results 24 Clue issues
Sort by recently updated
recently updated
newest added

Currently, Clue does not support (first-class) block expressions. The main challenge with introducing block expressions to Clue is how to distinguish them from table expressions.

enhancement
experimental

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

experimental
change

Closes #147 Add `const` support for Lua 5.4; it implicitly add `local` to all `const`s

enhancement

Lua recently added support for constant variables in version 5.4. It would be very useful if clue also had consts.