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

https://github.com/zjhellofss/luacpp

C++11实现的lua解释器以及其虚拟机
https://github.com/zjhellofss/luacpp

Last synced: about 1 year ago
JSON representation

C++11实现的lua解释器以及其虚拟机

Awesome Lists containing this project

README

          

# LuaCPP

参考[lua的go实现](https://github.com/zxh0/luago-book),采用C++11改写的lua编译器以及虚拟机