BNF.o			the object-code output of BNF.m.
BNFLIB_D		the parser-generator library in binary/downloadable format
			with entry points resolved from HP-48 Rev. D.
BNFCode.a		source code for the parser-generator.
property.txt		overview documentation of the property-list mechanism in the '48
			(only the sections regarding "macros" are relevant here.)
PALers.txt		BNF documentation of the '28 parser.
CALRnotes.txt		notes comparing '28 and '48 parsers.
CALers.txt		BNF documentation of the '48 parser.
ParserGenerator.txt	documentation of the example parser-generator.
BNFLIB.m		load-map for the downloadable form of the BNF library.
BNFLIB.lr		load-results of BNFLIB.m.
BNFHead.a		header source file for BNF library.
BNFHash.a		hash-table source file for BNF library.
BNFEXTERNS		list of ROM-words defined/referenced in BNFCode.a.
BNFEnd.a		source code for the footer of the BNF library.
BNFCode.ext		auxiliarly file used to build the hash table.
BNF.m			load-map for the BNF library (not tied to any version).
BNF.lr			load-results of BNF.m.
MANIFEST		this file.
README			overview and disclaimers.

