1 Star 0 Fork 0

yfmps/gopher-lua

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.go 266 Bytes
Copy Edit Raw Blame History
// GopherLua: VM and compiler for Lua in Go
package lua
const PackageName = "GopherLua"
const PackageVersion = "0.1"
const PackageAuthors = "Yusuke Inuzuka"
const PackageCopyRight = PackageName + " " + PackageVersion + " Copyright (C) 2015 -2017 " + PackageAuthors
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yfmps/gopher-lua.git
git@gitee.com:yfmps/gopher-lua.git
yfmps
gopher-lua
gopher-lua
v0.0.3

Search