- install - The installation program for SmallEiffel
- 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.
- compile_to_c -
The Eiffel to C compiler itself. You do not generally invoke it explicitely.
- compile_to_jvm -
The Eiffel to Java bytecode compiler. Starting from an Eiffel source program,
generates the corresponding .class files.
- short -
Eiffel interface extraction tool. Can generate documentation using different
formats (ASCII, HTML, etc.)
- pretty - Eiffel pretty printer.
- finder -
Used to find Eiffel source files according to the system configuration.
- clean -
Used to clean Eiffel project directories.
- print_jvm_class -
Java bytecode disassembler and pretty printer.
We find it more convenient than javap.
Copyright © Dominique COLNET and Suzanne COLLIN -
<colnet@loria.fr>
Last update: Friday February 11th 2000, by DC.