File: README
Author: Heinz Schmidt (hws@ICSI.Berkeley.EDU)
Copyright (C) International Computer Science Institute, 1991
Created: Sat Sep  7 21:09:04 1991 (hws)


This directory contains a prototype of the ICSI connectionist
simulator used to test some ideas about OO net simulation and
to test the Sather implementation in its early stage.
For a short summary of what is what and where is it, see 
doc/SUMMARY.

A companion report TR 91 048 can be ordered from ICSI or found in
compressed Postscript format in doc/TR91048.ps.Z.


.sather        -- the common directives for the Sather compiler
.sather_debug  -- included by above for changing flags independently of
                  of other options
README         -- this file
doc            -- documentation
examples       -- sample nets and instruction to compile them
icsim          -- a link so we can get to this icsim top level 
                  whereever we compile
io             -- primitives for io
models         -- the main icsim prototype classes
test           -- a directory to compile in
ui             -- user interface classes (incomplete, not included)

