Re: Use gcc front-end for metrics

2006-08-21 Thread Christian Wagner
In order to build a metrication tool I need a frontend that can provide me with an abstract syntax tree containing information on all actual language constructs in the code and also a CFG representation. I reckon GCC has these capabilities and I was wondering if any of you could tell me if it is p

Re: Use gcc front-end for metrics

2006-08-18 Thread Steven Bosscher
On 8/18/06, Roel Meeuws <[EMAIL PROTECTED]> wrote: In order to build a metrication tool I need a frontend that can provide me with an abstract syntax tree containing information on all actual language constructs in the code and also a CFG representation. I reckon GCC has these capabilities and I

Re: Use gcc front-end for metrics

2006-08-18 Thread Roel Meeuws
Hi, I'm Roel Meeuws a dutch MSc. student that is working on a project involving software metrics. I need a program that can determine a wide variety of code metrics based on control flow graphs and abstract syntax trees. While browsing the internet I found that there are no good GPL'ed metricatio