Subject: Re: [uwin-users] how to get lex and yacc? -------- > hello, > > i picked up the book introduction to compiler construction with unix > and after some googling ended up installing the uwin system. > unfortunately as the documentation says, the system does not come with > lex or yacc. i tried both commands and they did not work. > > what is the correct way to get them? > > thanks > >
lex and yeacc are part of the development package. Download and and install the uwin development package. You wil need MSVC Visual C/C++ to compile the results of yacc and/or lex which you can download from Microsoft. David Korn [email protected] _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
