neolithos / neolua

A Lua implementation for the Dynamic Language Runtime (DLR).
https://neolua.codeplex.com/
Apache License 2.0
467 stars 76 forks source link

[Lua 5.4] Local attributes / To be closed #113

Open neolithos opened 4 years ago

neolithos commented 4 years ago
local a<const> = 2;
local a<close> = table | object;

__close map to Dispose

May be, the colon will be replaced with the attribute syntax.