typically, from the parser you will have to create the AST
I don't know petitDelphi, but I assume it shouldn't be too much work if it does not exist already.
And then, from the AST, you will have to visit it to create the corresponding FamixEntities.
So you seem to still have some work in front of you. But typically, creating the parser is the hardest thing, so you can also say you are more than half way there :-)
nicolas
On 25/09/12 14:08, Torben Knerr wrote:
Hi everybody,
I'm currently trying to parse a Delphi project into an .mse model so that I can import it into Moose.
So far I have found "Petit Delphi": http://ss3.gemstone.com/ss/PetitDelphi.html/Overview I managed to add the Monticello Repository and I can now see the "PPDelphiAssemblyParser" and "PPDelpiLexicon" when I open the Tools -> PetitParser GUI.
But now I'm a bit stuck - how can I create an .mse file out of the Delphi files on my disk now? It seems now that I have the parser I don't know how to use it...
P.S.: the whole Smalltalk and Pharo environment is totally new to me, so please forgive the beginner questions :-)
Thank you very much and best regards, Torben _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev