lua源码

时间:2026年06月20日 21:39:18

lua 源码编译 - 简书

在解决方案下建立一个静态库项目 lualib, 建立项目时选择空项目、取消预编译头。.在 lualib 项目上右键添加现有项,导航到刚刚拷贝的 src 目录,选择除了 lua.c, luac.c 之外的所有 .c 文件。...www.jianshu.com

Lua 5.1.5 source code - lua.c

lua.c (5.1.5) /* ** $Id: lua.c,v 1.160.1.2 2007/12/28 15:32:23 roberto Exp $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ #include signal...