[comp.lang.smalltalk] Scanner/Parser generator for Smalltalk

graver@gull.cis.ufl.edu (Justin Graver) (06/11/91)

	T-gen 1.0:  A Smalltalk-80 Scanner/Parser Generator Tool

Abstract:
	T-gen is a general-purpose object-oriented tool for the 
	automatic generation of string-to-object translators. 
	It is written in Smalltalk and lives in the Smalltalk 
	programming environment.  T-gen supports the generation 
	of both top-down (LL) and bottom-up (LR) parsers, which 
	will automatically generate derivation trees, abstract 
	syntax trees, or arbitrary Smalltalk objects.  The simple 
	specification syntax and graphical user interface are 
	intended to enhance the learning, comprehension, and 
	usefulness of T-gen.

Platforms:
	T-gen currently runs under ParcPlace Objectworks/Smalltalk 
	Version 2.5 and Release 4.

Distribution:
	Smalltalk-80 source code and a Postscript rendering of a
	User's Guide for T-gen are now available via anonymous ftp
	from bikini.cis.ufl.edu in the compressed tar file:
		/pub/smalltalk/T-gen/T-gen.1.0.tar.Z

	T-gen is copyrighted by the University of Florida and was 
	developed with support from the Software Engineering Research
	Center (SERC).

For more information contact:

	Justin Graver
	University of Florida
	Computer and Information Sciences
	E301 CSE
	Gainesville, FL  32611

	graver@ufl.edu
	(904) 392-1507

======================================================================