home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / SmallEiffel.lha / SmallEiffel / READ_ME < prev   
Text File  |  1999-06-05  |  4KB  |  80 lines

  1. --          This file is part of SmallEiffel The GNU Eiffel Compiler.
  2. --          Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
  3. --            Dominique COLNET and Suzanne COLLIN - colnet@loria.fr 
  4. --                       http://SmallEiffel.loria.fr
  5. -- SmallEiffel is  free  software;  you can  redistribute it and/or modify it 
  6. -- under the terms of the GNU General Public License as published by the Free
  7. -- Software  Foundation;  either  version  2, or (at your option)  any  later 
  8. -- version. SmallEiffel is distributed in the hope that it will be useful,but
  9. -- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. -- or  FITNESS FOR A PARTICULAR PURPOSE.   See the GNU General Public License 
  11. -- for  more  details.  You  should  have  received a copy of the GNU General 
  12. -- Public  License  along  with  SmallEiffel;  see the file COPYING.  If not,
  13. -- write to the  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  14. -- Boston, MA 02111-1307, USA.
  15. --
  16. -- 
  17. -- SmallEiffel is not Smalltalk. Is it still Eiffel ?
  18. --
  19. 1 - What is SmallEiffel ? -
  20. SmallEiffel is The GNU Eiffel compiler, free software distributed 
  21. under the terms of the GNU General Public License as published 
  22. by the Free Software Foundation.
  23. You can download SmallEiffel at :
  24.  
  25.    http://SmallEiffel.loria.fr
  26.  
  27. For more information about commercial applications written in
  28. SmallEiffel, please read the file SmallEiffelFAQ included in
  29. the distribution.
  30.  
  31. 2 - Brief Description of SmallEiffel -
  32.  
  33. It is intended to be a complete, though small and very fast, 
  34. free Eiffel compiler. It is available for a very wide range 
  35. of platforms: UNIX (Linux, BSD, HP-UX, IRIX, XENIX, Solaris...), 
  36. DOS, OS2, WINDOWS NT/95, Macintosh, NeXT, Amiga and VMS. 
  37.  In fact, SmallEiffel should run on any platform for which 
  38. an ANSI C - POSIX compiler exists.
  39.  
  40. The current distribution includes an Eiffel to C compiler, an Eiffel 
  41. to Java bytecode compiler, a documentation tool, a
  42. pretty printer and various other tools. 
  43.  
  44. SmallEiffel is the result of a research project of the LORIA, a join
  45. computer science research center in Nancy, France.
  46. It has been developed by Dominique Colnet, of the ECOO team. 
  47.  
  48. This project began in 1994, and since the very first public release 
  49. in September 1995, SmallEiffel has been used worldwide by increasingly 
  50. numerous individuals and Universities. 
  51.  
  52. 3 - Contents of the SmallEiffel directory -
  53.  
  54. 3.1 - directory misc : Miscellaneous files, including the 
  55.       INSTALL files.
  56. 3.2 - directory man : Miscellaneous help files. 
  57. 3.3 - directory bin : The place where executable files will be
  58.       put by the installation process.
  59. 3.4 - directory bin_c : C source code for tools of the bin 
  60.       directory.
  61. 3.5 - directory lib_std : Standard Eiffel Library (string.e, 
  62.       integer.e, general.e, array.e, ...).
  63. 3.6 - directory lib_rand : Random number generator library.
  64. 3.7 - directory lib_show : Demonstration and examples Eiffel 
  65.       programs.
  66. 3.8 - directory lib_se : source code of SmallEiffel (commands
  67.       'compile', 'compile_to_c', 'pretty', 'short', 
  68.       'compile_to_jvm', 'print_jvm_class', ...).
  69. 3.8 - directory contrib : Useful software not written by 
  70.       the SmallEiffel team.
  71.  
  72. 4 - Bug Reports -
  73. Thank in advance for bug reports. Don't forget to have a look
  74. first in the misc/NOT_YET_IMPLEMENTED.txt file.
  75. Please, try to isolate the bug as much as possible.
  76. The best is to be able to create a single file, as small a
  77. possible (which includes the bug).
  78.  
  79. D.Colnet - colnet@loria.fr
  80.