当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 14 Fork 0

AloLang Dev Team/AloLang-Dev
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
NaiveTomcat 提交于 2021-02-20 08:46 +08:00 . updated README
AloLang Compiler Readme
AloLang语言编译器自述文档
Distributed under the Lesser General Public License V3
以LGPLv3许可证发布
Project Description:
Compiler for the novel programming language AloLang. For description of AloLang,
visit https://doc.alolang.org.cn/
项目简介
新型程序语言AloLang的编译器。获取AloLang介绍,请访问https://doc.alolang.org.cn/
Compile Instructions:
To compile, we suggest that you have the project made in a dedicated directory.
Use the following commands.
mkdir -p build
cd build
../configure
make
Now that you should see a file called aloc within the build directory.
To install that to your system, run the following command
make install
It will copy the associated file to your system's program directory(possibly be
/usr/local/bin).
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/alolang-dev-team/AloLang-Dev.git
git@gitee.com:alolang-dev-team/AloLang-Dev.git
alolang-dev-team
AloLang-Dev
AloLang-Dev
master

搜索帮助