Yogesh Soni wrote:
> Hey Taras,
> I just found out about Pork after weeks of research of C++ parser that 
> generates full AST in XML.
> I have a question.
>
> Do you think Following can be done by Pork:
>
>
> *****INPUT**************
> class ABC{
> int x;
> int y;
> }
> **************************
> *******INTERMEDIATE***********
> XML -> some-processing -> XML
> **************************************
>
> *******OUTPUT*********************
> class ABC{
> int y;
> }
> ***************************************
>
> In the above example I have "used" the member x for internal purposes 
> and now want to retrieve rest of the class as it is..
Looks like you deleted the member. Yes elsa has some xml stuff and yes 
this should be possible.

Taras
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to