Re: Alternatives to Regexps

"Scott Stanchfield" <thetick@magelang.com>
20 Jul 1998 17:04:53 -0400

          From comp.compilers

Related articles
[6 earlier articles]
Re: Alternatives to Regexps bpr@best.com (Brian Rogoff) (1998-07-10)
Re: Alternatives to Regexps mav@naxos.esat.kuleuven.ac.be (Maurizio Vitale) (1998-07-10)
Re: Alternatives to Regexps lord@emf.emf.net (1998-07-11)
Re: Alternatives to Regexps bromage@cs.mu.OZ.AU (1998-07-11)
Re: Alternatives to Regexps cfc@world.std.com (Chris F Clark) (1998-07-13)
Re: Alternatives to Regexps torbenm@diku.dk (Torben Mogensen) (1998-07-13)
Re: Alternatives to Regexps thetick@magelang.com (Scott Stanchfield) (1998-07-20)
| List of all articles for this month |

From: "Scott Stanchfield" <thetick@magelang.com>
Newsgroups: comp.compilers
Date: 20 Jul 1998 17:04:53 -0400
Organization: MageLang Institute - http://www.MageLang.com
References: 98-07-057 98-07-075 98-07-107
Keywords: DFA

Sorry for coming in late (my ex-ISP is my ex-ISP for partly this reason ;) ,
and I hope I didn't miss the point here...


Just an FYI -- you may want to look at ANTLR 2.x (the latest PCCTS) at
http://www.antlr.org. The scanner generator uses a predicated LL(k) grammar
just like the parser. You can do some pretty interesting things in the
scanner this way...


-- Scott


Scott Stanchfield, Santa Cruz, California, USA
    mailto:thetick@magelang.com http://java.magelang.com/~thetick
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.