共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > algoc |
algoc
|
0 | 0 | 30 |
贡献者 | 讨论 | 代码提交 |
A compiler for the algo language used in EPITA, a french computer engineering school, to describe algorithms.
The language is kind of related to Pascal, as these two languages really looks like the same, even if the algo language is french based instead of english based. See (FR) http://nathalie.bouquet.free.fr/epita/algo/langage/structure.php for a more detailed explanation.
This project is based on the boost C++ libraries and the LLVM compiler subsystem to create a robust and efficient compiler, which can interact with other programming languages like C or Pascal.