                      CSim - Discrete simulation library

------------
Readme 
------------

	CSim is a small, discrete system simulation library, written in C. It
adopts a straight-forward paradigm closely modelled on SIMSCRIPT. The library
was written to make quick-and-dirty simulations easy, and also enable people
starting out with simulation (like me) to do simple simulations without being
burdened by having to grasp complex formalisms.
	
	For installation instructions, look in the file INSTALL. The library
is distributed under the GNU GPL, look in the file COPYING for details.

	The docs are minimal right now, but I plan to add more soon. To use the
library just include <csim.h> in your program, and link to libcsim. The header
file contains comments on all of the functions, hopefully enough to get started.
There are some demo/test programs in the demo/ directory, which also might be
useful.

	Comments, suggesstions, etc. are most welcome, send them to the address
below.

Vikas G P,
<vikasgp@users.sourceforge.net>


