prolingavalparser

prolingavalparser — command line Validate parser and debugging tool

Synopsis

prolingavalparser [ --config config_file_name.xml ] [ --mode transform_only ] --appn application_name --in input_file_name

prolingavalparser --version

Introduction

The prolingavalparser program parses a text file 4GL_text_file_name containing ProLinga 4GL code and outputs the result to stdout (screen). The 4GL logic will get validated against objects of the application_name. The argument transform_only is optional and only the Logic transformation step to a RunControl will performed without validation of the objects.

Options

config_file_name.xml

The name of the XML file containing the configuration. If no file is specified, the default will be used.

mode

Perform only the transformation step in case the object is Logic.

application_name

The name of the application in the Repository against which objects will get validated.

input_file_name

The name of the text file containing ProLinga 4GL logic.