Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuanfengyun/lualib

lua的代码仓库,包含C库或lua库。
https://github.com/yuanfengyun/lualib

Last synced: about 1 month ago
JSON representation

lua的代码仓库,包含C库或lua库。

Awesome Lists containing this project

README

        

## lua各种框架、文档
* [lua官网](https://www.lua.org/)

* [lua5.3文档](https://www.runoob.com/manual/lua53doc/manual.html#pdf-table.sort)

* [luarocks](https://luarocks.org/)

* [skynet官网](https://github.com/cloudwu/skynet)

## lua教程

* [Lua 教程菜鸟教程](https://www.runoob.com/lua/lua-tutorial.html)

## 好用工具

* [lua54_debug gdb调试lua5.3 5.4 gdb拓展脚本](https://github.com/yuanfengyun/lualib/blob/master/lua54_debug.sh)

* [lua-gdb gdb调试lua,python扩展,只支持python3](https://github.com/xjdrew/lua-gdb)

* [lua-stack 性能分析工具,可生成火焰图](https://gitee.com/lindx-code/lua-stack)

## lua的代码仓库,包含C库或lua库。

* lserialize.c table转字符串库

* profile包含各种性能检测脚本