lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>One of the reasons that I would like to see dostring execute at the 'local' 
>level is during debugging.

Ah, then it's ok :-)
You could set up get/setglobal tag methods before running the string so that
names are first resolved in the local scope.
ldb probably does something like that.
--lhf