This directory contains several files exploring aspects of combinator-based LL
parser development.  These are:

README			This file

notes.shar		A shell archive containing lecture notes describing
			what's going on here.
			
parse-functional.s	Parsers in pure functional form

parsers.s		Combinator-based scanners and parsers using a
			convenient table-style format.  This file is
			self-contained and should work; my students use it
			regularly. 

parse-compact.s	        Similar, but using a more compact, less wordy
			form.

streams.txt		Some notes on the stream interface used here.

read-loop.s		Extends parsers.s to make a read-scan-parse-print
			loop by hooking all the streams together.

--Mitch 

Mitchell Wand
College of Computer Science, Northeastern University
360 Huntington Avenue #161CN, Boston, MA 02115     Phone: (617) 437 2072
Internet: wand@flora.ccs.northeastern.edu          Fax:   (617) 437 5121


