This version of flex 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) : FLEX_SKEL = X:\lib\flex.skel Of course, substitute the correct paths to the flex skeleton file for your installation. If you don't set these variables, default value of \lib\flex.skel (note lack of a drive specifier) will be used. flex.lib contains a very simple main() program that calls yylex() 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