12 lines
450 B
Markdown
12 lines
450 B
Markdown
# Lua lib in C
|
|
|
|
## referenced
|
|
I referenced these
|
|
- https://gitlab.com/qwjyh/sample_lua_lib_with_c
|
|
- https://densan-labs.net/tech/lua/chapter6.html
|
|
- https://ichigopack.net/lua/c_api.html
|
|
- https://luals.github.io/wiki/export-docs/
|
|
- https://luals.github.io/wiki/usage/
|
|
- https://lua.org/manual/5.4/manual.html#luaL_error
|
|
- https://luals.github.io/wiki/annotations/#meta
|
|
- https://github.com/LuaLS/lua-language-server/blob/master/meta/template/io.lua
|