Re: [Flex-help] I really thank you for your advice. Arthur Schwarz.
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Will E. <wes...@gm...> - 2015-07-07 16:45:39
|
No, flex (or any lexer) is not what you want, since the task you describe is not lexing. It sounds like you don't want a parser either. On Tuesday, 7 July 2015, 8:38 am -0700, Arthur Schwarz <asc...@at...> wrote: > This issue is not whether flex can handle the search, the issue is whether > a lexical analyzer is powerful enough or whether, e.g., a parser (bison) is > needed, and whether there are more specific tools which yield the same or > better answers faster. > > > > Try looking at: > > > > Flexigble Pattern Matching in Strings > > Gonzalo Navarro & Mathier Raffinot > > Cambridge University Press > > ISBN 0 521 81307 7 > > _____ > > From: [mailto:pn...@na...] > Sent: Tuesday, July 07, 2015 8:23 AM > To: Arthur Schwarz > Subject: RE: [Flex-help] I really thank you for your advice. Arthur Schwarz. > > > > Dear Arthur Schwarz. > > > > Thank you very much for your advice and explanation. > > > > You are right. > > > > In the applications such as pattern matching in network processor, security > devices, gene matching. > > > > Multiple pattern matching is required. > > > > I just have a question that flex can be used to these applications. > > > > Thank you very much. > > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > -- > Flex-help mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-help |