lua-users home
lua-l archive

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


I want to make a standalone lua interpreter with win32 native controls bindings.
I'm stumbled by how to design the architecture and how to design the
object model.
Is there any related works,design patterns or idioms which I can refer?
Thanks!