help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About YY_INPUT


From: John W. Millaway
Subject: Re: About YY_INPUT
Date: Tue, 13 Nov 2001 16:40:26 -0800 (PST)

> Hi, i want flex gets its input from a strstream, but the problem is that i
> think he is not sending the appropiate chars to bison, my YY_INPUT looks
> like this:

Forget YY_INPUT.  Use yy_scan_string() instead. Or, if you want to make life
difficult, build a C++ scanner and pass a strstream object as the istream.



__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]