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