PowerBuilderParser

Description

This project provide full parser for Powerbuilder and a meta-model to generate a model from Powerbuilder source files

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
7
Forks
6
Created
Dec. 7, 2018
Updated
May 12, 2025
Topics
moose-framework pharo pharo-smalltalk powerbuilder-entities-model powerbuilder-meta-model powerbuilder-parser

Categories

Serialization System / OS

README excerpt

[![Build status](https://ci.appveyor.com/api/projects/status/iti37dom43xyyeat/branch/main?svg=true)](https://ci.appveyor.com/project/mahugnon/powerbuilderparser-w39n3/branch/main)
[![Build Status](https://travis-ci.com/moosetechnology/PowerBuilderParser.svg?branch=main)](https://travis-ci.com/moosetechnology/PowerBuilderParser)
[![Build Status](https://ci.inria.fr/pharo-contribution/job/PowerbuilderParser/badge/icon)](https://ci.inria.fr/pharo-contribution/job/PowerbuilderParser/)
![Github Actions build](https://github.com/moosetechnology/PowerBuilderParser/workflows/Github%20Actions%20build/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/PowerBuilderParser/badge.svg?branch=main)](https://coveralls.io/github/moosetechnology/PowerBuilderParser?branch=main)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.
```

← Back to results