Hi,
Here is a Monticello repository:
http://smalltalkhub.com/#!/~YuriyTymchuk/Famix-AST/
I'm using menu item to run the AST generation on FAMIXMethod. Basically it
gets the source with `sourceText` method and parses in with
PPSmalltalkParser. The hardest part is linking an AST entities with existing
ones. I'm not using any king of importer right now, all the job is done by
the visitor.
I think that maybe it's worth to try adding the AST generation to the
general Smalltalk importer. There all the processed entities are available.
Regards,
Yuriy
P.S. excuse me please for a crappy code. A part of it was used for some kind
of debugging and a part is just like that because I don't know yet all the
easier ways smalltalk provides. I'm fixing it gradually.
--
View this message in context:
http://moose-dev.97923.n3.nabble.com/Development-of-FAMIX-AST-meta-model-ex…
Sent from the moose-dev mailing list archive at
Nabble.com.