https://github.com/zjhellofss/luacpp
C++11实现的lua解释器以及其虚拟机
https://github.com/zjhellofss/luacpp
Last synced: about 1 year ago
JSON representation
C++11实现的lua解释器以及其虚拟机
- Host: GitHub
- URL: https://github.com/zjhellofss/luacpp
- Owner: zjhellofss
- Created: 2020-01-05T06:34:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T06:11:28.000Z (about 6 years ago)
- Last Synced: 2024-12-31T20:43:01.640Z (about 1 year ago)
- Language: C++
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaCPP
参考[lua的go实现](https://github.com/zxh0/luago-book),采用C++11改写的lua编译器以及虚拟机