1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Tools Documentation
install
The installation program for SmartEiffel. [1]More about install here.
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. [2]More about compile here.
compile_to_c
The Eiffel to C compiler itself. You do not generally invoke it
explicitly. [3]More about compile_to_c here.
compile_to_jvm
The Eiffel to Java byte-code compiler. Starting from an Eiffel source
program, generates the corresponding .class files. [4]More about
compile_to_jvm here.
short
Eiffel interface extraction tool. Can generate documentation using
different formats (ASCII, HTML, etc.) [5]More about short here.
pretty
Eiffel pretty printer. [6]More about pretty here.
finder
Used to find Eiffel source files according to the system
configuration. [7]More about finder here.
clean
Used to clean Eiffel project directories. [8]More about clean here.
print_jvm_class
Java byte-code disassembler and pretty printer. We find it more
convenient than javap. [9]More about print_jvm_class here.
[Line]
Copyright Dominique COLNET and Suzanne COLLIN -
[10]<SmartEiffel@loria.fr>
Last modified: Tue Feb 11 10:56:27 CET 2003
[11][ToQiL9mALLb2vPg7kuA]
References
1. file://localhost/users/miro/colnet/SmartEiffel/man/install.html
2. file://localhost/users/miro/colnet/SmartEiffel/man/compile.html
3. file://localhost/users/miro/colnet/SmartEiffel/man/compile_to_c.html
4. file://localhost/users/miro/colnet/SmartEiffel/man/compile_to_jvm.html
5. file://localhost/users/miro/colnet/SmartEiffel/man/short.html
6. file://localhost/users/miro/colnet/SmartEiffel/man/pretty.html
7. file://localhost/users/miro/colnet/SmartEiffel/man/finder.html
8. file://localhost/users/miro/colnet/SmartEiffel/man/clean.html
9. file://localhost/users/miro/colnet/SmartEiffel/man/print_jvm_class.html
10. mailto:SmartEiffel@loria.fr
11. http://v1.nedstatbasic.net/stats?ABrwUAQw/ToQiL9mALLb2vPg7kuA
|