Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!sp30.csrd.uiuc.edu!sharma From: sharma@sp30.csrd.uiuc.edu (Sanjay Sharma) Newsgroups: comp.lang.c Subject: A source to source Instrumenter Keywords: Fortran,'C',lex,yacc I am not sure that this is the right group to post this note. Message-ID: <1991May20.165741.9863@csrd.uiuc.edu> Date: 20 May 91 16:57:41 GMT Sender: news@csrd.uiuc.edu (news) Reply-To: sharma@sp30.csrd.uiuc.edu (Sanjay Sharma) Organization: Center for Supercomputing Research and Development Lines: 13 I am looking for a tool which wiil take a fortran application written in fortran 77 and will annotate the code marking all loops, conditional statements and function/subroutine entry/exit statements preserving the user comments as well. I would like to do the same for a 'C' application. The platform will be a machine running UNIX OS. I think the tool would be based on "lex and/or yacc". Do any of you know about such a tool/tools in public domain, or if you folks can suggest some pointers. Any help would be greatly appreciated. --sanajy sharma