Topic: Need C++ PARSER to build up a parse tree


Author: gerald@laotse.ucsb.edu (Gerald Aigner)
Date: 20 Feb 1995 11:58:00 -0800
Raw View
As I have to make some source to source transformations on C++ files, I
will need a programm that generates parse trees from C++ files.

I then want to modify the parse trees and transform it into
source code again.

If anyone knows of a program that is capable of transforming C++ files
into parse trees please tell me.

BTW does the GNU C++ YACC grammar have any ambiguieties in it??

Please e-mail me back.
My e-mail address is:
gerald@cs.ucsb.edu


Thanks for any help,
  Gerald




Author: gerald@laotse.ucsb.edu (Gerald Aigner)
Date: 20 Feb 1995 16:30:29 -0800
Raw View
As I have to make some source to source transformations on C++ files, I
will need a programm that generates parse trees from C++ files.

I then want to modify the parse trees and transform it into
source code again.

If anyone knows of a program that is capable of transforming C++ files
into parse trees please tell me.

BTW does the GNU C++ YACC grammar have any ambiguieties in it??

Please e-mail me back.
My e-mail address is:
gerald@cs.ucsb.edu


Thanks for any help,
  Gerald