help-flex
[Top][All Lists]
Advanced

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

About parsing rules!!!


From: Praveen M Morab
Subject: About parsing rules!!!
Date: Thu, 15 May 2003 22:53:34 -0700 (PDT)

Hi All,

I have recently started using flex and have some query
about parsing rules.

I have a .l file in which i have mentioned rules and
the text which i try to catch.
for example:

LOCALHOST [0-9.a-zA-Z()_:-]* ----------------rule
%%
{LOCALHOST}-------------------------trying to look
%%

and here i write my c code.

Is there any way from which i seperate my rules and
catching string and write in other file. So what ever
i have written in between %% and %% in other file.

Please let me know,

Thanks in advance.

Praveen

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com




reply via email to

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