This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Graphical representation of c-code.




> Hello.

Hello.

>
>
> I dont know if this is the right forum for my question but if anyone has information about this or knows where to find it, please get in touch.

It is not exactly the right place to ask that.

>

>
>
> I need to get the ability to transform c-code into a graphical block-schedule where the contents of the code if-else-structures max/minfunctions
> filters and so on becomes blocks on a chart wich can be inserted into a html-document.

For the C code (and limited to the C code), the best free tool is cxref, which really "understands" (i.e. syntaxical and grammatical analysis) C
code.
The web site is: http://www.gedanken.demon.co.uk/cxref

You can find other tools, based on added proprietary tags into comments of the source code, that support a lot of programming languages. However,
cxref seems to be the only free too to analyse correctly the C language.

>
>
> Is there any program wich can do this under GNU?

It is not really a GNU program but it is a freeware. It supports C ANSI, K&R and gcc extensions.

>
>
> thanks
>
> mvh/
> Mikael Johansson

Pierre Saucourt-Harmel.

>
>
> Volvo Aero Corporation
> Military Engines Trollhättan
> Dept. 7164MJ
> SE-461 81 Trollhättan, Sweden
> phone +46 520 940 61
> e-mail: mikael.mj.johansson@volvo.com
>
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]