
                           Commands documentation
                                      
   compile
   
   Starting from an Eiffel source program, generates the corresponding C
   code and then the executable. This is probably the command you want to
   use. [1]More about compile here.
   
   compile_to_c
   
   The Eiffel to C compiler itself. You do not generally invoke it
   explicitely. [2]More about compile_to_c here.
   
   compile_to_jvm
   
   The Eiffel to Java bytecode compiler. Starting from an Eiffel source
   program, generates the corresponding .class files. [3]More about
   compile_to_jvm here.
   
   short
   
   Eiffel interface extraction tool. Can generate documentation using
   different formats (ASCII, HTML, etc.) [4]More about short here.
   
   pretty
   
   Eiffel pretty printer. [5]More about pretty here.
   
   finder
   
   Used to find Eiffel source files according to the system
   configuration. [6]More about finder here.
   
   clean
   
   Used to clean Eiffel project directories. [7]More about clean here.
   
   print_jvm_class
   
   Java bytecode disassembler and pretty printer. We find it more
   convenient than javap. [8]More about print_jvm_class here.
   
                                   [Line]
   Copyright  Dominique COLNET and Suzanne COLLIN - [9]<colnet@loria.fr>
                    Last update: Tuesday June 9th, 1998 

References

   1. file://localhost/home/colnet/SmallEiffel/man/man/compile.html
   2. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_c.html
   3. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_jvm.html
   4. file://localhost/home/colnet/SmallEiffel/man/man/short.html
   5. file://localhost/home/colnet/SmallEiffel/man/man/pretty.html
   6. file://localhost/home/colnet/SmallEiffel/man/man/finder.html
   7. file://localhost/home/colnet/SmallEiffel/man/man/clean.html
   8. file://localhost/home/colnet/SmallEiffel/man/man/print_jvm_class.html
   9. mailto:colnet@loria.fr
