The glados is a third year Epitech project where five people are asked to build a new programming language.
Who never had problems with a programming language ? Who never thought of building it’s own ? Who never imagined a language so litteral, that anyone could use it without technical knowledge ?
Introducing: the Franc C. The Franc C is a programming language with a litteral french syntax.
In this project, we built five different things.
We chose to implement everything in the Haskell programming language, because it offers great parsing capabilities and perfect security. The functionnal paradigm is perfect for a compiler implementation as all cases must be treated, and it is easy to test with the HUnit testing library.