help-flex
[Top][All Lists]
Advanced

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

Re: HELP


From: John Millaway
Subject: Re: HELP
Date: Wed, 17 Jul 2002 08:38:30 -0700 (PDT)

> I have a problem using a recursive flex. I call a lex (xxlex) to parse a file
>  (test.txt) . I wrote some code in test.l   to parse the file.  When i am in
> the middle of test.txt I would like open another file (test1.txt) and parsing
> it with the same lex. 

Get the latest flex. See %option reentrant. There is an example of exactly this
sort of thing in the texinfo manual.

ftp://ftp.uncg.edu/people/wlestes/




__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com



reply via email to

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