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



_______________________________________________
Help-flex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-flex

Reply via email to