thanks & some problem
Status: Beta
Brought to you by:
codemangler
Frist of all, I wanna thank you for your work.
But there is a little bit problem. When I use it with some class like this.
class A{
public:
A (const A & a);
int x, y;
};
I got a right member x, and a wrong member y. Type of y is empty or just comma. Also, some keywords can't be parsed rightly, like A (const A & a) will be parsed as A( ).
If you have time, could you fix this problem?
My email:shell909090@hotmail.com