The CONDELA - III Compiler : PC-Version 1.05 Beta

Rewritten by:     Stefan Meyer and Joachim Kainz
Original Author:  Nikolaus Almassy and others

Copyright by:     Technical University Vienna
				  Institut fuer Praktische Informatik
				  Department of Informatik
				  Resselgasse 3/E1804
				  A-1040 Wien

				  University of Zurich-Irchel
				  Department of Informatik
				  Winterthurerstrasse 190
				  CH-8057 Zurich

E-mail:           franzi@eimoni.ac.at (Franz Schoenbauer)
				  joggl@eimoni.ac.at  (Joachim Kainz)
				  moni@eimoni.ac.at   (Monika Koehle)
			  meyer@eimoni.ac.at  (Stefan Meyer)
Phone:            + 43 - 1 - 58 801 - 40 81
Date:             Nov 1991
Last change:      Nov 1991

Permission to use, copy, modify, and distribute, this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of the copyright holders be used in
advertising or publicity pertaining to distribution of the software with
specific, written prior permission, and that no fee is charged for further
distribution of this software, or any modifications thereof.  The copyright
holder make no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied warranty.

THE COPYRIGHT HOLDER DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA, PROFITS, QPA OR GPA, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

The PC-Version
--------------

The PC-version of the Condela III-Precompiler was created in Nov 1991 by
Stefan Meyer and Joachim Kainz. First it started out with a major
bug-fix and finally ended with rewriting all major parts of the original
code.

Bugs
----

We know, that there still are bugs. Reports should be sent to
'joggl@eimoni.ac.at' or to one of the other addresses contained
in this document. The following release should fix the problem.

Compiler
--------

We used the Microsoft C Compiler Version 6.00 to do all compilation.
A PC-version of LEX and YACC is supplied along with the source to enable
you to recompile Condela on a PC.

!NOTE: This version of CONDELA cannot be compiled using TurboC 2.0 due
	   to the fact, that TurboC 2.0 seems to have an error somewhere in 
	   its coprocessor emulation, which causes the runtime system of CONDELA 
	   to hang up itself.

!NOTE: The version of LEX supplied with this package expects ncform to
	   be installed in a directory called C:\SYS\TOOLS!

Additions
---------

We have also added two new commands to CONDELA:

SAVE Ident TO "File"
		Save the network given by 'Ident' to the given file
LOAD Ident FROM "File"
		Load the network given by 'Ident' from the given file

This file is a human-readable, containing all weights of the network.
Each line represents a unit and has the format

: <Weight> <Weight> ... .

or just the terminating dot if the unit has no weights connected.
