Eiffel source checker - Definition. Was ist Eiffel source checker
Diclib.com
Online-Wörterbuch

Was (wer) ist Eiffel source checker - definition

PROGRAMMING LANGUAGE
Eiffel programming language; Eifeel programming language; Eiffel (language); Eiffel programming; Eiffel lang; ECMA-367; Generics in Eiffel
  • Eiffel logo

Eiffel source checker      
A compiler front-end for Eiffel 3 by Olaf Langmack <langmack@inf.fu-berlin.de> and Burghardt Groeber. It was generated automatically with the Karlsruhe toolbox for compiler construction according to the most recent public language definition. The parser derives an easy-to-use abstract syntax tree, supports elementary error recovery and provides a precise source code indication of errors. It performs a strict syntax check and analyses 4000 lines of source code per second on a Sun SPARC workstation. ftp://ftp.fu-berlin.de/pub/heron/ep.tar.Z. (1992-12-14)
Eiffel (company)         
  • Statue of Liberty (''Liberty Enlightening the World'')
FRENCH METAL CONSTRUCTION COMPANY
Eiffel Constructions Metalliques; Société des Établissements Eiffel; Eiffel company
Eiffel (French Eiffel Constructions métalliques) is part of the Eiffage group and the descendant of the engineering company Société des Établissements Eiffel founded by Gustave Eiffel, designer of the Eiffel Tower.
Eiffel Tower (Delaunay series)         
  • 126x126px
  • 130x130px
  • 100x100px
  • 163x163px
  • 144x144px
  • 120x120px
  • 186x186px
  • 133x133px
  • 104x104px
  • 171x171px
  • 100x100px
PAINTING SERIES BY ROBERT DELAUNAY
User:Pharos/Eiffel Tower (Delaunay series)
The Eiffel Tower series of Robert Delaunay (1885 – 1941) is a cycle of paintings and drawings of the Eiffel Tower. Its main sequence was created between 1909 and 1912, with additional works added up to 1928.

Wikipedia

Eiffel (programming language)

Eiffel is an object-oriented programming language designed by Bertrand Meyer (an object-orientation proponent and author of Object-Oriented Software Construction) and Eiffel Software. Meyer conceived the language in 1985 with the goal of increasing the reliability of commercial software development; the first version becoming available in 1986. In 2005, Eiffel became an ISO-standardized language.

The design of the language is closely connected with the Eiffel programming method. Both are based on a set of principles, including design by contract, command–query separation, the uniform-access principle, the single-choice principle, the open–closed principle, and option–operand separation.

Many concepts initially introduced by Eiffel later found their way into Java, C#, and other languages. New language design ideas, particularly through the Ecma/ISO standardization process, continue to be incorporated into the Eiffel language.