

			Pascal-FC (GNU)
			---------------

Authors: Alan Burns-Geof Davies
email  : burns@cs.york.ac.uk


	Overview
	--------

	Pascal-FC is a programming  language for teaching 
	the principals  of  concurrency  developed in the 
	university of Bradford 1990  by  Alan Burns-Geoff 
	Davies.  The  sources  of the  Pascal-FC   system   
	may now be compiled under the GNU Pascal compiler 
	which  can be found at:

		http://www.gnu-pascal.de/


	Licensing
	---------
	
	Pascal-FC  is  registered  under  the  terms  and 
	conditions of the GNU General Public License (GNU 
	GPL).  The  license  can  be found in the COPYING 
	file.
	


	Compilation Instuctions
	-----------------------

	1. Download and install the GNU Pascal compiler for 
	   your specific platform.


	2. Compile the Pascal-FC compiler typing:

              gpc -o pfccomp pfccomp.pas 

	   and the Pascal-FC "fair" interpreter:

	      gpc -o pint pint.pas --automake (for gpc-2.1)


	Use the executables created (pfcccomp and pint) to 
	compile and execute pfc programs.



	
	Further Pascal-FC Material
	--------------------------

	Under the Pascal-FC home page:

	   http://www-users.cs.york.ac.uk/~burns/pf.html 

	you  can find example programs, documentation, and 
	on  resources on Pascal-FC  in  one of the various 
	versions provided (for example the PC version).
	