Re: [Flex-help] Using Dfa.c of flex
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Beenish R. <bee...@ho...> - 2013-06-22 13:45:04
|
I want to integrate my dfa minimization algorithm in that. Is that possible? Secondly, I also want to get that dfa structure which is holding the dfa for any regular expression. > Date: Sat, 22 Jun 2013 08:55:27 -0400 > From: wes...@gm... > To: bee...@ho... > CC: fle...@li... > Subject: Re: [Flex-help] Using Dfa.c of flex > > What do you want to use dfa.c for? > > Flex's generated scanners are intended to work apart from the flex > distribution. In particular, it's not necessary to have any flex source > files around to use a generated scanner. > > --Will > > On Saturday, 22 June 2013, 12:33 pm +0500, Beenish Raza <bee...@ho...> wrote: > > > I want to make use of dfa.c file present in flex. How can I make use of that. Is there any example available? Secondly, how lex.yy.c make use of these files dfa.c etc. There is no such function calls related to dfa in that if I am not wrong. > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by Windows: > > > > Build for Windows Store. > > > > http://p.sf.net/sfu/windows-dev2dev > > _______________________________________________ > > Flex-help mailing list > > Fle...@li... > > https://lists.sourceforge.net/lists/listinfo/flex-help > > -- > Will Estes (wl...@us...) > Flex Project Maintainer > http://flex.sourceforge.net/ |