diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/appendix-writing-documentation-filters-eff-eiffel-filter-format.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/appendix-writing-documentation-filters-eff-eiffel-filter-format.wiki index 0363b87c..96cc8cc5 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/appendix-writing-documentation-filters-eff-eiffel-filter-format.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/appendix-writing-documentation-filters-eff-eiffel-filter-format.wiki @@ -69,14 +69,14 @@ Symbol Tab -Most of these denote Eiffel constructs as they appear in the official language reference, the book [http://www.eiffel.com/doc/ Eiffel: The Language] . Since the Eiffel construct names Feature, Invariant and Obsolete are also keywords and EFF, like Eiffel, is case-insensitive, the EFF construct names use the suffix _clause, for example Feature_clause. +Most of these denote Eiffel constructs as they appear in the official language reference, the book [[Eiffel: The Language]] . Since the Eiffel construct names Feature, Invariant and Obsolete are also keywords and EFF, like Eiffel, is case-insensitive, the EFF construct names use the suffix _clause, for example Feature_clause. The constructs corresponding to syntactic constructs are self-explanatory. The others are: * Class_end, denoting the final end of a class text. -* Keyword, denoting any Eiffel keyword among those listed in boldface in the corresponding appendix in [http://www.eiffel.com/doc/ Eiffel: The Language] +* Keyword, denoting any Eiffel keyword among those listed in boldface in the corresponding appendix in [[Eiffel: The Language]] * New_line, denoting any passage to a new line in the class text. * Suffix, used to introduce the file extension for the generated documentation files. If you don't specify this, EiffelStudio will use the filter's name as extension. -* Symbol, denoting any of the Eiffel symbols listed in the corresponding appendix of [http://www.eiffel.com/doc/ Eiffel: The Language] . +* Symbol, denoting any of the Eiffel symbols listed in the corresponding appendix of [[Eiffel: The Language]] . * Escape, to protect special characters of the external tool, as explained below. * Tab, denoting any tab character appearing in the class text.
diff --git a/documentation/current/method/_images/ETL.png b/documentation/current/method/_images/ETL.png new file mode 100644 index 00000000..7de269ca Binary files /dev/null and b/documentation/current/method/_images/ETL.png differ diff --git a/documentation/current/method/_images/ETL.png.data b/documentation/current/method/_images/ETL.png.data new file mode 100644 index 00000000..10d4f2c1 --- /dev/null +++ b/documentation/current/method/_images/ETL.png.data @@ -0,0 +1,3 @@ +title=ETL +author=halw +path=content/etl diff --git a/documentation/current/method/books-about-eiffel-method-and-language/eiffel-language.wiki b/documentation/current/method/books-about-eiffel-method-and-language/eiffel-language.wiki new file mode 100644 index 00000000..9be71048 --- /dev/null +++ b/documentation/current/method/books-about-eiffel-method-and-language/eiffel-language.wiki @@ -0,0 +1,26 @@ +[[Property:title|Eiffel: The Language]] +[[Property:weight|2]] +[[Property:uuid|dae5a248-29f5-02b2-d01f-371394aa75e9]] +[[Image: ETL]] + + +=='''''Eiffel: The Language''''' by Bertrand Meyer.== + +Prentice Hall Object-Oriented Series. + +594 pp. + +Soft cover. + +ISBN 0-13-247925-7 + + +''Eiffel: The Language'' is one of the foundation volumes of Eiffel technology. It was originally published in 1992, and reprinted later with updates and corrections. + +Because the language specification has changed since the last reprinting to incorporate new quality and productivity constructs, hardcopies of ''Eiffel: The Language'', although still available, will represent the bulk of Eiffel correctly, but will not reflect the latest important changes. + +Currently ''Standard Eiffel'', the successor to ''Eiffel: The Language'', is a work-in-progress and is available in its current state online (See ''Standard Eiffel'', on [http://se.ethz.ch/~meyer/publications/#PSTE this page]). + +The most current state of Eiffel syntax, validity, and semantics is described in the ISO/ECMA [http://www.ecma-international.org/publications/standards/Ecma-367.htm standard document], also available online. + +