Parser:

This directory (and subdirectories) contains source code for the Pablo
instrumenting parser, part of the Pablo Instrumentation Environment.
The grammar recognized by the parser is that of ANSI X3.159-1989 which
was approved December 14, 1989 with only one known deficiency:  typedef
names cannot be redefined as ordinary objects.

Files contained within this directory are:
	Makefile	For making the parser
	Parser.h	Include file for parser
	Parser.c	Parser interface routines and utilities
	Grammar.y	YACC-input C language grammar
	Scanner.l	LEX-input C language lexical analyzer

Also included in this directory is a subdirectory containing source
code:
	GUI		Graphical user interface for instrumenting parser
