Newsgroups: comp.parallel,comp.sys.transputer
From: lac@cs.rit.edu (Lawrence A Coon)
Subject: ANNOUNCE: Dataflow on a Transputer
Keywords: dataflow transputer
Organization: Rochester Institute of Technology, Rochester, NY
Date: Thu, 15 Dec 1994 17:44:59 GMT
Message-ID: <1994Dec14.213800.20735@cs.rit.edu>

GTO is a simple dataflow language for representing dataflow graphs, and
gto is a compiler that translates GTO code into Occam2 for execution on
a transputer using the Inmos Toolset.

The compiler is based on a lex generated scanner (lex.l) and yacc
generated parser (gram.y).  C versions of the scanner and parser
(lex.yy.c and y.tab.c) are included for those don't have lex and yacc or
who have problems using theirs.  All other code is in C.  This software
compiles and runs to my satisfaction on sparc2 and sun3 workstations
running sunos 4.1.3.

The source code for the gto compiler, a simple test program and a
postscript version of the GTO language manual is available by anonymous
ftp at:

	cs.rit.edu in /pub/lac/gto.tar.gz

An HTML version of the language manual and the source code can also
be found through the WWW at:

	http://www.cs.rit.edu/~lac/gto.html


	Larry Coon
	lac@cs.rit.edu
	http://www.cs.rit.edu/~lac /


