This directory contains sample code for the CMSC 32102 Project-1.
The files are:

	README			-- this file
	command.sml		-- defines a representation of shell commands
	execute.sml		-- implementes bullet-proof version of Unix.execute
	main.sml		-- a stub main module
	parser-sig.sml		-- the signature for your parser module
	scanner.sml		-- a scanner for shell commands
	stdin.sml		-- implements an event-valued interfce
				   to stdIn.
	sources.cm		-- a stub CM specification for your project

