5 Star 13 Fork 2

Li Jin / Yuescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
yuescript-dev-1.rockspec 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li Jin 提交于 2023-02-01 15:22 . fix yue.to_ast().
rockspec_format = "3.0"
package = "Yuescript"
version = "dev-1"
source = {
url = "git+https://github.com/pigpigyyy/yuescript"
}
description = {
summary = "Yuescript is a Moonscript dialect.",
detailed = [[
Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]],
homepage = "https://github.com/pigpigyyy/yuescript",
maintainer = "Li Jin <dragon-fly@qq.com>",
labels = {"yuescript","cpp","transpiler","moonscript"},
license = "MIT"
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "cmake",
variables = {
LUA = "$(LUA)",
LUA_INCDIR = "$(LUA_INCDIR)",
CMAKE_BUILD_TYPE="Release"
},
install = {
lib = {
"build.luarocks/yue.so"
},
bin = {
"build.luarocks/yue"
}
}
}
C++
1
https://gitee.com/pig/Yuescript.git
git@gitee.com:pig/Yuescript.git
pig
Yuescript
Yuescript
main

搜索帮助