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
