History
From ESEwiki
Revision as of 09:22, 23 August 2007; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
[edit]
Before the first release
- EDC, the data access library, has been designed with great care. The user classes are provided along with two backends: XML and SQLite. See the tutorial.
- ARG, then arguments parsing library, has been designed with common GNU rules in mind (user point of view) and great object-oriented feeling (developer point of view). eseb uses it; esec will, too.
- eseb, the XML bindings class generator, works since r40. It takes a DTD and generates a bunch of classes that parse an XML file corresponding to that DTD.
- esec, the ESE compiler, is operational since r214. It is not complete, and it does not yet work because of a bug in the current SmartEiffel svn repository (as of 23rd August 2007), but work is ongoing there too. See the tutorial.

