Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables
Start of the implementation of "scoped variables" or "to be closed"
variables, local variables whose '__close' (or themselves) are called
when they go out of scope. This commit implements the syntax, the
opcode, and the creation of the corresponding upvalue, but it still
does not call the finalizations when the variable goes out of scope
(the most important part).

Currently, the syntax is 'local scoped name = exp', but that will
probably change.
2018-10-08 10:42:07 -03:00
all
2018-07-09 12:33:01 -03:00
2018-06-08 13:23:18 -03:00
2018-09-11 08:39:12 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-09-11 08:39:12 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-07-12 15:56:44 -03:00
2018-10-08 10:42:07 -03:00
2018-06-18 15:25:19 -03:00
Description
A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests or any other stuff. All communication should be through the Lua mailing list https://www.lua.org/lua-l.html
17 MiB
Languages
C 67%
Lua 32.4%
Makefile 0.6%