home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / READ_ME < prev   
Encoding:
Text File  |  1996-05-02  |  2.1 KB  |  55 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. -- 
  4. -- SmallEiffel is not Smalltalk.                 D.Colnet 10/2/94
  5. -- Is it still Eiffel ?
  6. --
  7. 1 - What is SmallEiffel ? -
  8. SmallEiffel is a free Eiffel compiler distributed under the
  9. terms of the GNU General Public License as published by the
  10. Free Software Foundation.
  11. You can download SmallEiffel at :
  12.  
  13.    ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel
  14.  
  15. 2 - Brief Description of SmallEiffel -
  16. SmallEiffel is the fruit of a research project done at CRIN 
  17. (Centre de Recherche en Informatique de Nancy). SmallEiffel is
  18. already used by students of the University Henri Poincare' 
  19. at Nancy (FRANCE).
  20. We are using Eiffel as a first langage for teaching OOP 
  21. since 1990 (SmallEiffel is used since september 1995).
  22.  
  23. SmallEiffel is already portable on UNIX, Linux, BSD, HP-UX, 
  24. IRIX, XENIX, DOS and OS2. SmallEiffel will be soon available 
  25. on WINDOWS 95 and Macintosh.
  26.  
  27. Current distribution includes a compiler (command 'compile'),
  28. a pretty printer (command 'pretty') and other tools.
  29. An Eiffel interpretor will be added to the distribution 
  30. in a few months (3 or 4 months).
  31.  
  32. 3 - Contents of the SmallEiffel directory -
  33.  
  34. 3.1 - directory misc : Miscellaneous files including the 
  35.       INSTALL file.
  36. 3.2 - directory man : Miscellaneous help files. 
  37. 3.3 - directory bin : The binary place including the `compile'
  38.       command.
  39. 3.4 - directory bin_c : C source code for tools of bin directory.
  40. 3.5 - directory lib_std : Standard Eiffel Library (string.e, 
  41.       integer.e, general.e, array.e, ...).
  42. 3.6 - directory lib_show : Demonstration and examples Eiffel 
  43.       programs.
  44. 3.7 - directory lib_test : Set of program to tests SmallEiffel
  45.       (see also directory misc/self_test).
  46.  
  47. 4 - Bug Report -
  48. Thank in advance for bug reports. Don't forget to have a look
  49. first in the misc/NOT_YET_IMPLEMENTED file.
  50. Please, try to isolate the bug as much as possible.
  51. The best is to be able to create a single file, as small a
  52. possible (which include the bug).
  53.  
  54. D.Colnet - colnet@loria.fr
  55.