Look at Jalopy and/or Checkstyle on sourceforge, which both use ANTLR I believe, and extended Java grammars that parse the Javadoc comments. --DD
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 21, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Java file parser Hello all, I'm currently working on a optionnal an task that has to parse Java files (joe-task on sourceforge). I've started with JavaCC but I'm now facing to a problem concerning Java comments. Actually, the java grammar I'm using don't support comments parsing thus my program don't work as intended. Do you know a Java grammar (antlr?) that supports Java comments plus the java tokens? Thanks in advance. Lo�c -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
