This is /usr/miro/src/lib/parse. It contains source
code for the parse.a library, which is used to parse a Miro file in
IFF format. The current contents are:

  Listing		0-length file used to keep track of last time
			  printouts were done so only changed files
			  are printed when we do "make -N Listing"
  Makefile		self-explanatory
  egrep[12].txt		egrep files to clean lint output
  error.c		module for error reporting
  id-hash.c		module for identifier hash table
  iff.l			lex file for parsing tokens in IFF files
  iff.y			yacc file for building parse trees of IFF files
  mem.c			module for memory management
  parser.c		module for overall parser control
