This version of bison was compiled from the WIN32 gnu source stored at ftp.cc.utecas.edu in the big 98MB archive (gnusrc.tar.Z I think). You will need to set the following environment variables (via autoexec.bat or via the `System' control panel applet) : BISON_SIMPLE = X:\lib\bison.simple BISON_HAIRY = X:\lib\bison.hairy Of course, substitute the correct paths to the bison parser files for your installation. If you don't set these variables, default values of \lib\bison.simple and \lib\bison.hairy (note lack of a drive specifier) will be used. I compiled the code with all optimizations on and generated PowerPC 604 specific code, though it should still run on other CPUs. I had to do some modifications to some of the source in the archive (not necessarily for this program) but don't want to take the time to figure out exactly what right now, so I'm only uploading the executable. I don't have any plans to upload my source, since really it is quite easy to modify, but feel free to ask about individual programs from the archive. Also let me know if you find any bugs in the program -- I will try to fix anything, but I am _not_ going to spend my time supporting this code :) Jeff Rugen jrugen@primenet.com Dec 1995