8/2/1989

					What is where in the source folder?
					-----------------------------------

This folder contains Macintosh MPW C 3.0 source code. Some of the code was ported
from Unix to the Mac. However, not all the code has been ported. There are parts
of the code which I didn't find necessary, that I have not ported to the Mac.
For example, the 'save' and 'load' a network commands don't work, but the
'checkpoint' and 'restore' commands do work. Also, there are some commands, like
the dynamic compilation of code and linking in the simulator, that are not fully
implemented by the Rochester people themselves, and that would be very hard to
port to the Mac even if they were implemented. All in all, I believe there is
enough to work with.

There are 6 subdirectories:

        uniproc   -- contains the actual (uniprocessor) simulator code
		
		Linda	  -- contains the Linda-C code for the parallel version
		
        backprop  -- the back propagation library functions
		
        lib       -- library of commonly used user functions (unit and site functions)
		
        tools     -- make the 'si_cmd_bin_func()' and the 'si_user_bind_func()' to
						enter function names in the name table
						
		special	  -- Unix .h files to be included by the Mac version so
		 includes	   that the simulator compiles. Move those files into
		 			   your MPW:Interfaces:CIncludes directory.

