Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxh0/luago-book
《自己动手实现Lua》随书源代码
https://github.com/zxh0/luago-book
compiler golang lua vm
Last synced: about 19 hours ago
JSON representation
《自己动手实现Lua》随书源代码
- Host: GitHub
- URL: https://github.com/zxh0/luago-book
- Owner: zxh0
- License: mit
- Created: 2018-01-08T04:22:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T02:33:25.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:36:15.022Z (8 days ago)
- Topics: compiler, golang, lua, vm
- Language: Go
- Homepage:
- Size: 9.67 MB
- Stars: 929
- Watchers: 27
- Forks: 204
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 《自己动手实现Lua》源代码
[![Build Status](https://travis-ci.org/zxh0/luago-book.svg?branch=master)](https://travis-ci.org/zxh0/luago-book)
![GoToMoon](GoToMoon.jpg)
* 📖试读([douban.com](https://read.douban.com/reader/ebook/58154201/),[dangdang.com](http://e.dangdang.com/pc/reader/index.html?id=1901091552))
* ♥️购买([jd.com](https://search.jd.com/Search?keyword=自己动手实现Lua),[dangdang.com](http://search.dangdang.com/?key=自己动手实现Lua),[z.cn](https://www.amazon.cn/dp/B07J5C69MB))
* 🐛[勘误表](errata.md)
* 🎧加入读者交流群(qq: 311942068)
* 🖥[Windows命令行代码](https://github.com/CaigerDeng/WriteYourOwnLua_Win_CMD)
* 相关文章
* [Lua 5.4之二进制块格式](https://zhuanlan.zhihu.com/p/268887521)
* [Lua 5.4之指令编码格式](https://zhuanlan.zhihu.com/p/270559099)
* [Lua 5.4之虚拟机指令集](https://zhuanlan.zhihu.com/p/277452733)
* [Lua 5.4之语言和标准库](https://zhuanlan.zhihu.com/p/283055561)