From: Baptiste L. <gai...@fr...> - 2002-11-09 08:50:31
|
----- Original Message ----- From: "Sven Reichard" <rei...@ma...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Friday, November 08, 2002 10:31 PM Subject: Re: [Cpptool-develop] ExpressionMutator > Ok, I'll see if that helps. In the meantime I'm improving the parsing w/o > using this mutator. I got one more of the rename temp tests to pass, > although it broke something else... I'll fix that before committing. OK. > Sven. > > > On Fri, 8 Nov 2002, Baptiste Lepilleur wrote: > > Secondly, the expression seen as a list of token is analysed and we search > > the pattern that match an identifier (an identifier token which is neither > > preceeded nor followed by a '.', '->' or '::'). > > Why not followed by a '.' or '->'? Did not though much when writting the code. I added more tests (and refactored some). It should now behave as it is supposed to. Baptiste. > > -- > Sven Reichard > Dept. of Math. Sci. > University of Delaware > rei...@ma... |