lua-users home
lua-l archive

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


 I am trying to do type inference on Lua in order to help detect
 potential bugs in lua scripts.  I would very much appreciate it if
 people could send me Lua scripts which are buggy, or complex, or use
 metatables, in order to let me see 
 a) how people use the Lua constructs in practice
 and 
 b) whether type inference can help detect potential bugs.
 
 Thank you. 
 -- 
 --Inna