On Fri, 24 Dec 2004 18:31:15 -0000, <[EMAIL PROTECTED]> wrote: > > > > Hi everybody, > > First of all I'm new here, and this is my first post, so please I > would like to see many replies from you guys you know to encourage > me - as a newbie - to come back and post again. > > What I want is a little help about a compiler related C program, > that converts regular expressions to NFA then DFA then minimized > DFA, so if an one has any idea about this, please relieve me with it > and i'll be very thankful. > > Thanks in advance, and I hope to see some replies. >
Flex is a specialized tool for doing this. This is done to generate a scanner in the compiler front end. Look at the source code for FLEX, its open source. -- With Regards Sarvex Jatasra Software Engineer Acme Technologies +91-9891989156 +91-9350933295 ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
