Related articles |
---|
Lex Source Code tronaREMOVETHIS@ameritech.net (Thomas Ronayne) (2003-11-21) |
Re: Lex Source Code a.burmester@hamburg.de (2003-12-03) |
From: | Thomas Ronayne <tronaREMOVETHIS@ameritech.net> |
Newsgroups: | comp.compilers |
Date: | 21 Nov 2003 00:44:17 -0500 |
Organization: | SBC http://yahoo.sbc.com |
Keywords: | lex, history, comment |
Posted-Date: | 21 Nov 2003 00:44:17 EST |
I have an application -- awkcc -- that I've happily used for some years
in Solaris. Trying to port to Linux, there are a number of functions in
lex that are not part of flex: yybgin, yysvec, yysptr, yysbuf, yytchar,
yysptr. I'm not smart enough about flex to be able to figure out what
these things are supposed to do from just the source code and I'm
wondering, given that Solaris lex works just fine, if it's possible to
obtain the source code for lex so I can just build that and install it
(/usr/bin/lex on my Linux systems just executes "flex -l $*)?
Thanks.
[I dug it up for him out of the old 32V distribution which Caldera
released to the public some years ago. It doesn't compile under a
modern C compiler, either, of course. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.