[ Home Page ] [ Eiffel Archive ] [ Eiffel Classes and Clusters]
![]() |
SEE: SmallEiffel Engineer |
Written by Pascal Poncin.
Version 1
see1.zip (132,000 bytes) - source code
Pascal.Poncin@T-Online.de Pascal Poncin (maintainer) mail address.
SmallEiffel Engineer (or "see" for short) is a command line wrapper tool for SmallEiffel which also extends the functionality of SmallEiffel. It is intended to make SmallEiffel easier to use. Although it's code and some of its commands are depending on SmallEiffel it might as well be interesting for other eiffel programmers. By the way,You can get SmallEiffel (which You will need and should have a look into anyway) at:
http://SmallEiffel.loria.fr (which is hosted on http://www.loria.fr)
There's also a highly recommendable binary distribution for Windows 95/NT with a c-compiler and a lot of useful libraries included. It is called ELJ-WIN32 and it is available at:
Also have a look into http://www.eiffel-forum.org where You can find useful other tools and libraries concerning Eiffel.
What features does SmallEiffel Engineer ("see") have?
The I/O facitilies of SmallEiffel Engineer have been encapsulated completely. This will make future ports to some GUI version (or other I/O mechanisms) quite simple.
However this is the very first version and there remain a lot of ideas of what it could be included into it (I just don't have enough resources to do all that at once). These are e.g.: expansion of template files, client/supplier - browsing
A working installation of SmallEiffel (SE for short) with Version
-0.78 or better (that is -0.77, -0.76, ...).
That includes the following:
Some c compiler exists on your system.
You've set the SmallEiffel environment variable pointing to the
installation path of SE.
You've added the bin path of SE to Your PATH variable.
You've run successfully the "install" program of SE.
If You use ELJ-WIN32: if you installed ELJ-WIN32 and set the appropriate environment variables everything should be OK.
Under Windows9x/NT: run "install.bat"
or
under Unix/Linux: run "./install.sh"
or
under any (other) platform:
run: "compile install_see"
then run: "install_see"
(or "install_see.exe", under Unix/Linux: "./install_see"
)
If You have any problems, bug reports, suggestions or
commentaries You can send mail to:
Pascal.Poncin@T-Online.de.
Also the SmallEiffel and ELJ-WIN32 mailing lists may be of
interest for You. For the URLs see above.
SmallEiffel Engineer is published under the terms of GNU GPL. A copy of it is included into this distribution: See the file "copying.txt".
Pascal Poncin: Pascal.Poncin@T-Online.de
October 1999 (Added to Eiffel Forum Archive: 24 December 1999)
[ Home Page ] [ Eiffel Archive ] [ Eiffel Classes and Clusters]