MarpaX-Languages-PowerBuilder
=============================

Parsers for different PowerBuilder sources files based on Jeffrey Keglers's Marpa::R2.
Work was done in collaboration with Nicolas Georges and with help from Jeffrey.

See also [Powerbuilder::DataWindow](http://github.com/sebkirche/PowerBuilder-DataWindow): a module built upon MarpaX::Languages::PowerBuilder that demonstates datawindow analysis and diagnostics.

INSTALLATION
------------

To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install

SUPPORT AND DOCUMENTATION
-------------------------

After installing, you can find documentation for this module with the
perldoc command.

   perldoc MarpaX::Languages::PowerBuilder

You can also look for information at:

   Git repository
       http://github.com/sebkirche/MarpaX-Languages-PowerBuilder

LICENSE AND COPYRIGHT
---------------------

Copyright (C) 2014 Sebastien Kirche

The MIT License (MIT)