Description: Lua is a powerful light-weight, small footprint programming language designed for extending applications. Along with this Lua provides its own memory management through garbage collection [which can be specialized for your application]. Lua is also fully re-entrant code with no global variables.
File list (Check if you may need any files):
LuaArticle.dsp
LuaArticle.dsw
LuaDebugger.cpp
LuaDebugger.h
LuaLib
......\lapi.c
......\lapi.h
......\lauxlib.c
......\lauxlib.h
......\lbaselib.c
......\lcode.c
......\lcode.h
......\ldblib.c
......\ldebug.c
......\ldebug.h
......\ldo.c
......\ldo.h
......\ldump.c
......\lfunc.c
......\lfunc.h
......\lgc.c
......\lgc.h
......\liolib.c
......\llex.c
......\llex.h
......\llimits.h
......\lmathlib.c
......\lmem.c
......\lmem.h
......\loadlib.c
......\lobject.c
......\lobject.h
......\lopcodes.c
......\lopcodes.h
......\lparser.c
......\lparser.h
......\lstate.c
......\lstate.h
......\lstring.c
......\lstring.h
......\lstrlib.c
......\ltable.c
......\ltable.h
......\ltablib.c
......\ltests.c
......\ltm.c
......\ltm.h
......\lua.h
......\luainc.h
......\LuaLib.dsp
......\lualib.h
......\lundump.c
......\lundump.h
......\lvm.c
......\lvm.h
......\lzio.c
......\lzio.h
LuaRestoreStack.h
LuaScript.cpp
LuaScript.h
LuaThis.h
LuaVirtualMachine.cpp
LuaVirtualMachine.h
test.lua
test2.lua
testmain.cpp