ESE compiler

From ESEwiki

Jump to: navigation, search


esec is in the early alpha stage.

It currently provides:

It is thought that, when finished, it will provided at least the following features:

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.

ESE file syntax

Personal tools