home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / SmallEiffel.lha / SmallEiffel / man / commands.txt < prev    next >
Text File  |  1999-06-05  |  2KB  |  59 lines

  1.  
  2.                            Commands documentation
  3.                                       
  4.    compile
  5.    
  6.    Starting from an Eiffel source program, generates the corresponding C
  7.    code and then the executable. This is probably the command you want to
  8.    use. [1]More about compile here.
  9.    
  10.    compile_to_c
  11.    
  12.    The Eiffel to C compiler itself. You do not generally invoke it
  13.    explicitely. [2]More about compile_to_c here.
  14.    
  15.    compile_to_jvm
  16.    
  17.    The Eiffel to Java bytecode compiler. Starting from an Eiffel source
  18.    program, generates the corresponding .class files. [3]More about
  19.    compile_to_jvm here.
  20.    
  21.    short
  22.    
  23.    Eiffel interface extraction tool. Can generate documentation using
  24.    different formats (ASCII, HTML, etc.) [4]More about short here.
  25.    
  26.    pretty
  27.    
  28.    Eiffel pretty printer. [5]More about pretty here.
  29.    
  30.    finder
  31.    
  32.    Used to find Eiffel source files according to the system
  33.    configuration. [6]More about finder here.
  34.    
  35.    clean
  36.    
  37.    Used to clean Eiffel project directories. [7]More about clean here.
  38.    
  39.    print_jvm_class
  40.    
  41.    Java bytecode disassembler and pretty printer. We find it more
  42.    convenient than javap. [8]More about print_jvm_class here.
  43.    
  44.                                    [Line]
  45.    Copyright © Dominique COLNET and Suzanne COLLIN - [9]<colnet@loria.fr>
  46.                     Last update: Tuesday June 9th, 1998 
  47.  
  48. References
  49.  
  50.    1. file://localhost/home/colnet/SmallEiffel/man/man/compile.html
  51.    2. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_c.html
  52.    3. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_jvm.html
  53.    4. file://localhost/home/colnet/SmallEiffel/man/man/short.html
  54.    5. file://localhost/home/colnet/SmallEiffel/man/man/pretty.html
  55.    6. file://localhost/home/colnet/SmallEiffel/man/man/finder.html
  56.    7. file://localhost/home/colnet/SmallEiffel/man/man/clean.html
  57.    8. file://localhost/home/colnet/SmallEiffel/man/man/print_jvm_class.html
  58.    9. mailto:colnet@loria.fr
  59.