ESE compiler
From ESEwiki
esec is in the early alpha stage.
It currently provides:
- generation of the distributed classes
- drive of compiler and extract_internals
It is thought that, when finished, it will provided at least the following features:
- project builder: it will drive the standard SmartEiffel compiler and tools (extract_internals, eiffeldoc, eiffeltest)
- class generator; it will build distributed classes (see the blackboard) and drive eseb
[edit]
Synopsis
- se esec --help
- se esec [--verbose] --directory <output directory> <ESE file>
The options are:
| --help | Give help on the tool usage |
| --verbose | Tell the tool to talk about what it does (default is be quiet and just do the job) |
| --directory <output directory> | Specify the directory where the generated classes should be put |
| <ESE file> | Specify the ESE file to read. That file is an XML file with a precise syntax driven by a DTD. The syntax is described below. |
[edit]

