# lua544 **Repository Path**: ishowspeed/lua544 ## Basic Information - **Project Name**: lua544 - **Description**: https://github.com/frog-game/lua-5.4.4-comments - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lua-5.4.4 每行都加注释版本 - 第一章 简介 - [源码结构分析](https://frog-game.github.io/posts/read/lua5.4.4.introduction/) - 第二章 类型 - [数据类型 ](https://frog-game.github.io/posts/read/lua5.4.4.type/) - [字符串](https://frog-game.github.io/posts/read/lua5.4.4.string/) - [表](https://frog-game.github.io/posts/read/lua5.4.4.table/) - [函数](https://frog-game.github.io/posts/read/lua5.4.4.function/) - [协程](https://frog-game.github.io/posts/read/lua5.4.4.coroutine/) - 第三章 虚拟机 - [栈](https://frog-game.github.io/posts/read/lua5.4.4.stack/) - [GC](https://frog-game.github.io/posts/read/lua5.4.4.gc/) - [指令集](https://frog-game.github.io/posts/read/lua5.4.4.code/) - 第四章 周边 - [元表](https://frog-game.github.io/posts/read/lua5.4.4.metatable/) > 如果发现错误请联系我,qq:505384662 > > 如果觉得好,记得star哈 > > 如果喜欢知乎风格阅读的,可以去这个地址:https://www.zhihu.com/column/c_1605146109818380288 # 未完待续