Some time ago I hacked together a very simple thing that generates VW XML from code represented in Moose/UML... I guess you could use it as a starting point: https://github.com/OpenPonk/class-editor/tree/master/repository/UML-CodeGenerator.package/UCMVWXmlExporter.class
Also take a look at SIF (which is quite easy to use on both Pharo and VW side): * https://github.com/peteruhnak/sif * https://github.com/peteruhnak/sif/blob/master/docs.md * http://www.samadhiweb.com/blog/2016.01.06.sif.html * http://www.pocketsmalltalk.com/sif/ Peter On Mon, Apr 17, 2017 at 10:37:52AM -0300, Esteban A. Maringolo wrote: > Is there any exporter than can convert an RPackage into a VW Parcel > (.pst), in XML or Chunk format? > > I need to migrate a few libraries of my own and couldn't find > anything, so I'm asking before start writing something :) > > Regards! > > Esteban A. Maringolo >
