上传者: cutter2002
|
上传时间: 2022-03-30 11:38:00
|
文件大小: 1.14MB
|
文件类型: -
test pc: ubuntu 14.04
lua : 5.3.0
tools: bash, make
demos:
1. test.lua ## hello world
2. function.lua ## 函数调用
3. param.lua ## 函数参数,
4. table ## table
5. e12.lua e13.cpp ## c++调用 lua函数
6. e14.cpp e15.lua ## lua调用c++函数
7. 文件夹class ## lua调用c++类 堆栈形式
8 文件夹student ## lua调用c++类, table形式
build:
works/lua_demo$ ./build.sh e13.cpp e13
tests:
works/lua_demo$ lua test.lua