This directory contains the source files for the frontend of the idl processor


Makefile:	makefile for building the frontend

README:		this file

frontend.c:	
frontend.h:
frontend.o: 	these files are generated by the idl processor using
		idlc -k frontend.idl

frontend.idl:	contains the idl process specification for the frontend

idltokens.l:	lex file for the yacc tokens
idltokens.c:	file generated by lex (renamed from lex.yy.c)

parse.y:	yacc file for parsing the idl specification language
parse.c:	file generated by yacc (renamed from y.tab.c)
y.tab.h:	file generated by yacc
