Difference between revisions of "Tools"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
m (s/LibertyEiffel/Liberty Eiffel/)
Line 1: Line 1:
 
[[Category: Tool]]
 
[[Category: Tool]]
LibertyEiffel provides many tools besides the [[compile|compiler]].
+
Liberty Eiffel provides many tools besides the [[compile|compiler]].
   
 
All these tools use the [[configuration file]].
 
All these tools use the [[configuration file]].
Line 29: Line 29:
 
* [[ace_check]]: checks an [[ACE|ACE file]]
 
* [[ace_check]]: checks an [[ACE|ACE file]]
 
* [[class_check]]: checks the [[parsing|syntax]] and the [[semantics]] of a source code
 
* [[class_check]]: checks the [[parsing|syntax]] and the [[semantics]] of a source code
* [[eiffeltest]]: the LibertyEiffel testing tool
+
* [[eiffeltest]]: the Liberty Eiffel testing tool
* [[mock]]: the LibertyEiffel mock tool
+
* [[mock]]: the Liberty Eiffel mock tool
   
 
=== Installing ===
 
=== Installing ===
   
* [[install]]: installs the LibertyEiffel tools
+
* [[install]]: installs the Liberty Eiffel tools
   
 
== The system core ==
 
== The system core ==
Line 40: Line 40:
 
If you are interested by how the system works, either by sheer curiosity, or because you want to modify it, here are some explanations.
 
If you are interested by how the system works, either by sheer curiosity, or because you want to modify it, here are some explanations.
   
If you want to create a new LibertyEiffel-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 Liberty Eiffel-oriented tool, this information is important too; also look at [[tool_class:EXTERNAL_TOOL|<tt>EXTERNAL_TOOL</tt>]].
   
 
* [[class loading]]
 
* [[class loading]]

Revision as of 17:51, 14 June 2016

Liberty Eiffel provides many tools besides the compiler.

All these 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: finds a class
  • pretty: makes your source file pretty
  • short: generates the interface documentation of a single class

Testing

Installing

  • install: installs the Liberty Eiffel tools

The system core

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

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