LibertyEiffel
Developer(s) | The Liberty Eiffel Team |
---|---|
Stable release |
Bell (2016.05, named after Alexander Graham Bell)
/ May 26, 2016 |
Repository |
git |
Operating system | Cross-platform |
Type | compiler |
License | GPL |
Website |
www |
Liberty Eiffel is a free Eiffel compiler. The compiler translates Eiffel code to C. Hence it can be used to write programs that run on virtually any platform for which an ANSI C compiler exists. Liberty Eiffel uses type inference to make it possible to implement a more efficient compiler.[1]
Liberty Eiffel continued the work of SmartEiffel, which has not been updated since 2007, forking their code base in 2005 to continue its development towards the disputed ECMA TC39-TG4 (now TC49-TG4) standard for the language.[2]
History
Liberty Eiffel started as an Open Source version of Eiffel, first named SmallEiffel in 1994, then named SmartEiffel. In June 2013, the forked project Liberty Eiffel became the official GNU compiler for the Eiffel programming language.[3]
References
- ↑ "SmartEiffel The GNU Eiffel Compiler: Research papers". INRIA, France. Retrieved 28 October 2014.
- ↑ Introduction to Liberty Eiffel
- ↑ 'GNU Eiffel compiler'. GNU project website of Liberty Eiffel, dated 2013-12-25.
External links
- Liberty Eiffel - official project website
- GNU savanna page (including bug tracker, etc.)
- GitHub project - before getting GNU status the project was hosted on GitHub, now there are only a mirror and the developers personal branches
- "LibertyEiffelWiki" - documentation of tools, implemented Eiffel dialect and libraries