lua/testes
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
..
libs Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
all.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
api.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
attrib.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
big.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
bitwise.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
bwcoercion.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
calls.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
closure.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
code.lua Towards "to closed" local variables 2018-10-08 10:42:07 -03:00
constructs.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
coroutine.lua Deprecated the emulation of '__le' using '__lt' 2018-08-24 10:17:54 -03:00
db.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
errors.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
events.lua Deprecated the emulation of '__le' using '__lt' 2018-08-24 10:17:54 -03:00
files.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
gc.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
gengc.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
goto.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
literals.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
locals.lua Towards "to closed" local variables 2018-10-08 10:42:07 -03:00
main.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
math.lua Corrections in the implementation of '%' for floats. 2018-08-28 12:36:58 -03:00
nextvar.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
pm.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
sort.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
strings.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
tpack.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
utf8.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
vararg.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
verybig.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00