Closed epatrizio closed 1 year ago
ALERT : bug https://github.com/epatrizio/ola/pull/6/commits/03c5aa19a81a0a0a8cfcf959fc0d2e9f0b073ed2
with global var in a block (local) context
(see example assign.lua : c = 1
in first block)
Bug fix : https://github.com/epatrizio/ola/pull/6/commits/73f7c74872f9742cd84b5317630653aad7592913 need to separate locals and globals
Warning : scope analysis implementation