Related articles |
---|
Looking for special C++ parsing tool dodrillm@accessone.com (1997-05-04) |
Re: Looking for special C++ parsing tool plakal@cs.wisc.edu (Manoj Plakal) (1997-05-08) |
Re: Looking for special C++ parsing tool ydsmngq@a4056074.al.bst.bls.com (1997-08-28) |
Re: Looking for special C++ parsing tool guthrie@mum.edu (1997-09-12) |
From: | guthrie@mum.edu (Gregory Guthrie) |
Newsgroups: | comp.compilers |
Date: | 12 Sep 1997 21:23:11 -0400 |
Organization: | Maharishi University of Management |
References: | 97-05-043 97-08-081 |
Keywords: | C, parse, tools |
There is a tool called TXL which is intended for just this.
You must provide a grammar of the source language, and then tell it how to
manipulate the parse trees to generate the desired result. Do a search, I
think it comes from Queens University.
<dodrillm@accessone.com> writes:
>> I am looking for a program or source code (which can be compiled into
>> a program) that will do the following. Parse C++ code, and enable me
>> to add any code I want at specific places in the code (like at the
>> start and end of every method/function).
------------------------------------------
Gregory Guthrie MUM Computer Science
guthrie@mum.edu (515)472-1125
FAX -1103
------------------------------------------
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.