lua-users home
lua-l archive

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


I have an application in which users write code that
we need to parse to find the variable names that they
are using. Has anyone written code to get the compiler
to export its symbol table? If not, is that simple to
do? I'd appreciate any assistance.