help-flex
[Top][All Lists]
Advanced

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

FLEX and input memory stream


From: rochjulien
Subject: FLEX and input memory stream
Date: Thu, 2 Jun 2005 16:40:19 +0000
User-agent: KMail/1.7.2

Hi,
i have made a little parser with flex, for parsing headers of html downloaded 
in memory.
I wanted to parse directly the file in memory without having to write it down 
to the disk.
So the html data is in a memory stream opened with open_memstream and i give 
this input to flex by yyin=myMemoryStream.

It seems like flex can't parse streams in memory... Have i done something 
wrong and is there a way to solve the problem?

thanks.

        

        
                
_____________________________________________________________________________ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, 
photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com





reply via email to

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