[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java analyser using sablecc



Title: Java analyser using sablecc

Hi,

as I wrote earlier in this list I've writen a tool
which is able to analyse java source code to a certain
degree. To analyse the code it uses a parser generated
by sablecc. The analysis itself is completle done by
visitors which inherit from the DepthFirstVisitor.

I now implemented a small statistical analysis. It's not
finished yet.

All in all it might be interesting for people who
want to see what can be done with sablecc.

The source code is available under:

http://www.pi.informatik.tu-darmstadt.de/cktest/

The source code is opensource.

Cheers,
Thomas

===============================================================================
Thomas Leonhardt          email  leonhardt@informatik.tu-darmstadt.de
TU Darmstadt              WWW    http://www.pi.informatik.tu-darmstadt.de
FG Praktische Informatik  phone  +49 / (0)6151 / 16 - 5313
Wilhelminenstr. 7         fax    +49 / (0)6151 / 16 - 5472
D-64283 Darmstadt         
Germany
===============================================================================