Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos
Added restriction that, when a label is created, there cannot be
another label with the same name visible. That allows backward goto's
to be resolved when they are read. Backward goto's get a close if
they jump out of the scope of some variable; labels get a close only
if previous goto to it jumps out of the scope of some upvalue.
2018-10-29 14:26:48 -03:00
2018-10-22 15:02:09 -03:00
2018-07-09 12:33:01 -03:00
2018-06-08 13:23:18 -03:00
2018-10-25 15:30:15 -03:00
2018-10-25 15:30:15 -03:00
2018-10-25 15:30:15 -03:00
2018-09-11 08:39:12 -03:00
2018-10-23 12:58:38 -03:00
2018-10-08 10:42:07 -03:00
2018-10-08 10:42:07 -03:00
2018-10-25 15:30:15 -03:00
2018-07-12 15:56:44 -03:00
2018-06-18 15:25:19 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%