1 Star 0 Fork 0

ZZH-Finalize / EDL编译器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
format.edl 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
import system;
globalVarName = 5; //auto type
/*
system = 1
IO = 7
*/
function add(a:int, b:int):int
{
return a+b;
}
function main(argc:int, argv:int):int
{
localVarName = 5;
localArray[] = {1,2, [4]=0, [5 ... 9] = 9};
sysIO = request system.IO;
sysIO.write(7, 1);
for 1 ... 3:
{
}
for arg in argv
{
}
while(cond)
{
}
do{
}while(cond);
if(cond)
{
}
elif(cond2)
{
}
else
{
}
}
C++
1
https://gitee.com/finalize/EDL-compiler.git
git@gitee.com:finalize/EDL-compiler.git
finalize
EDL-compiler
EDL编译器
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891