From: Jonathan Badger (badger@phylo.life.uiuc.edu)
Date: 09/28/92


From: badger@phylo.life.uiuc.edu (Jonathan Badger)
Subject: Re: Pascal compiler needed
Date: 28 Sep 1992 13:15:41 GMT

Perhaps not as slick a solution as you would want, but there is a program
out there in archive land called p2c (you seem to already be familar
with archie searches). This program converts a pascal program to a C
program. So, you could write your program, convert it to C and compile it.
Unfortunately, this might make debugging harder than it needs to be...

---Jonathan