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
... [More]
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. [Less]