OpenXRay/xray-16

Support Lua 5.1 (without LuaJIT)

开放

#822 创建于 2021年6月12日

 (2 条评论) (0 个反应) (0 位负责人)C++ (519 个派生)auto 404
Developer ExperienceHelp wantedLuaModmaker ExperiencePortability

仓库指标

星标
 (3,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

To ease scripts debugging and also increase portability, we can support pure Lua 5.1.

We can use https://github.com/WheretIB/LuaDkmDebugger to debug Lua from within the Visual studio, but it doesn't support LuaJIT, so using pure Lua can help in this matter. (https://github.com/WheretIB/LuaDkmDebugger/issues/8) LuaDkmDebugger now supports LuaJIT.

贡献者指南