Thanks. I will look into the details but on first blush it looks good. Ray
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Hatcher Sent: Tuesday, March 08, 2005 3:16 PM To: Research Triangle Java User's Group mailing list. Subject: Re: [Juglist] Java Parsing Framework I'm using JavaCC (javacc.dev.java.net) for custom parsing of search expressions with Lucene. It's great! There is also ANTLR. Erik On Mar 8, 2005, at 2:58 PM, Ray Hooker wrote: > > Can anyone recommend a parsing framework for Java that is grammar > based with the possibility recursive parsing. Examples in other > languages are Perl's RecDescent > (http://cpan.uwinnipeg.ca/module/Parse::RecDescent) which uses BNF > form for the grammar or pyparsing > (http://pyparsing.sourceforge.net/) > for Python. Regex will let you do more intelligent parsing but it is > limited. I am interested I something that can support call backs to > handle matches. > > Ray Hooker > > _______________________________________________ > Juglist mailing list > [email protected] > http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
