https://github.com/suhanyujie/hello_lua
lua study
https://github.com/suhanyujie/hello_lua
lua
Last synced: 9 days ago
JSON representation
lua study
- Host: GitHub
- URL: https://github.com/suhanyujie/hello_lua
- Owner: suhanyujie
- License: apache-2.0
- Created: 2019-07-15T01:16:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T01:26:56.000Z (almost 7 years ago)
- Last Synced: 2025-11-19T11:24:57.476Z (7 months ago)
- Topics: lua
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello lua
* lua 学习笔记
## 前言
* 前两天在微信读书上看到了一个用 go 语言实现 lua 虚拟机的书籍,加上一直以来,对编译相关的技术比较感兴趣,所以打算对这本书好好研读一下并实践之。
* 要想学习实现 lua 虚拟机,就先得去了解一下 lua 本身
## 参考资料
* https://www.runoob.com/lua/lua-environment.html