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

https://github.com/suhanyujie/hello_lua

lua study
https://github.com/suhanyujie/hello_lua

lua

Last synced: 9 days ago
JSON representation

lua study

Awesome Lists containing this project

README

          

# hello lua
* lua 学习笔记

## 前言
* 前两天在微信读书上看到了一个用 go 语言实现 lua 虚拟机的书籍,加上一直以来,对编译相关的技术比较感兴趣,所以打算对这本书好好研读一下并实践之。
* 要想学习实现 lua 虚拟机,就先得去了解一下 lua 本身

## 参考资料
* https://www.runoob.com/lua/lua-environment.html