Difference between revisions of "Tools"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(caps typo)
 
(→‎The system core: class loading)
Line 43: Line 43:
 
If you want to create a new SmartEiffel-oriented tool, this information is important too; also look at [[tool_class:EXTERNAL_TOOL|<tt>EXTERNAL_TOOL</tt>]].
 
If you want to create a new SmartEiffel-oriented tool, this information is important too; also look at [[tool_class:EXTERNAL_TOOL|<tt>EXTERNAL_TOOL</tt>]].
   
  +
* [[class loading]]
 
* [[parsing|syntactic analysis]]
 
* [[parsing|syntactic analysis]]
 
* [[semantics|semantic analysis]]
 
* [[semantics|semantic analysis]]

Revision as of 15:36, 4 January 2007


SmartEiffel provides many tools besides the compiler.

All those tools use the configuration file.

The tools

Tool box

  • se: a facade to all those tools

Compiling

Searching and documenting

  • eiffeldoc: generates the whole documentation of a project
  • finder: find a class
  • pretty: make your source file pretty
  • short: generates the interface documentation of a single class

Debugging

Installing

  • install: installs the SmartEiffel tools

The system core

If you are interested by how the system works, either by sheer curiosity, either because you want to modify it, here are some explanations.

If you want to create a new SmartEiffel-oriented tool, this information is important too; also look at EXTERNAL_TOOL.