1 Star 0 Fork 0

Eugene/compiler-pixeled

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.hy 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
egu0 提交于 2024-05-17 14:08 . 第八部分-添加赋值语句
let x = (10 - 2 * 3) / 2 + 3;
let y = 2;//first
//first
if (1) {
let z = 1 + 2 + 3;
y = 0;
z = 1;
exit(y);
//exit(z);
}
elif (2) {
exit(2);
}
elif (22) {
exit(22);
}
elif (23) {
exit(23);
} else {
exit(9);
}
/*
exit(x);
*/
exit(x);
//run in 'build' directory: rm -rf out*; cmake .. && make && ./hydro ../test.hy && ./out; echo $?
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/egu0/compiler-pixeled.git
[email protected]:egu0/compiler-pixeled.git
egu0
compiler-pixeled
compiler-pixeled
master

搜索帮助