LuaJIT library for simplifying usage of Windows low-level API like WinAPI or NT API
xcopy .\lua\sysapi %LUAJIT_DIR%\lua\sysapi\ /EThen in your code
require "sysapi"                -- initialize the library
setfenv(1, require "sysapi-ns") -- make available all ffi.cdef definitions, global constants etc
local Process = require "process.Process"
local File = require "file.File"
...luajit.exe .\run.lua [--filter=<test-name>]Generated documentation could be found here You may need to install ldoc
luarocks install ldocAssume you have luarocks trees bin directory in PATH
ldoc.bat . -i