This project provide full parser for Powerbuilder and a meta-model to generate a model from Powerbuilder source files
[](https://ci.appveyor.com/project/mahugnon/powerbuilderparser-w39n3/branch/main) [](https://travis-ci.com/moosetechnology/PowerBuilderParser) [](https://ci.inria.fr/pharo-contribution/job/PowerbuilderParser/)  [](https://coveralls.io/github/moosetechnology/PowerBuilderParser?branch=main) [](https://pharo.org/download) [](https://github.com/moosetechnology/PowerBuilderParser/blob/master/LICENSE) # PowerBuilderParser You can download the project in your image by doing: ```smalltalk Metacello new baseline: 'PowerBuilderParser'; repository: 'github://moosetechnology/PowerBuilderParser:main'; onWarningLog; load. ```