dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.16k stars 60 forks source link

Request to Implement LUA_UCID Macro for Lua 5.4 to Support Multilingual Function and Variable Names #256

Open luodaoyi opened 4 months ago

luodaoyi commented 4 months ago

Hello, I would like to inquire about the possibility of implementing the LUA_UCID macro in Lua 5.4.

/* @@ LUA_ANSI controls the use of non-ansi features. */
#define LUA_UCID

This feature would enable support for function and variable names in various languages, enhancing the usability of Lua in multilingual coding environments. Could you please consider adding this feature? Thank you!