1.  About the software

	This is a language processor of AYA that is designed 
	on KL1 with process oriented concept.  This software runs with
	using preprocessor mechanism prepared by KL1 compiler of PIMOS
	and translates programs written in AYA to programs in KL1.  

2.  Environment

	This software runs on PIMOS (version 3.5 is required)
	with using preprocessor mechanism.  

3.  Files 

Here are two directories.  

(1) /src  includes following files.  

	The command file to install this system :
		ayainst.com

	The 21 source program files of this software :
		action.kl1
		ayagen.kl1
		ayalib.kl1
		ayaparse.k1l
		ayastruct.kl1
		ayaterm.kl1
		chkvar.kl1
		classdef.kl1
		cllib.kl1
		cmpmeth.kl1
		cmptop.kl1
		compile2.kl1
		condition.kl1
		condterm.kl1
		genlib.kl1
		klib.kl1
		methCl.kl1
		methGuard.kl1
		sceneCl.kl1
		socOp.kl1
		unparse.kl1

	A sample program :
		primes.aya (prime number generator)

(2) /doc includes following files. 

	INSTALL    
		This file explains the procedure of installation in English.   
	INSTALL.j  
		This file explains the procedure of installation in Japanese.

	Other documents files (jLatex source files)
		ayaman.tex  (in Japanese)

		tutorial.tex (in Japanese)
			the tutorial.tex includes folowing 5 files.  
				bnf.tex, appendix.tex, primes.eps, 
				scene.eps, comp.eps

		howtouse.tex  (in Japanese)

4.  How to install this software.  
	
	All the source files should be compiled on PIMOS and also be linked.  
	Once an unload file is made, you can load this file insted of 
	compiling all the files.  Theses procedures are automatically done
	by using the command file `install.com'.  

5. References

	How to use AYA compiler (version 1.0) in Japanese.  
		howtouse.tex

	Introduction of AYA (version 1.0)   in Japanese
		ICOT-TM 1206    
		ayaman.tex

	Programming in AYA  in Japanese
		ICOT-TM 1242
		tutorial.tex

	

