ProLinga-Validate Project |
---|
prolingavalparser — command line Validate parser and debugging tool
prolingavalparser
[
--config
] [
config_file_name.xml
--mode
transform_only
] --appn
application_name
--in
input_file_name
prolingavalparser
--version
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.
| The name of the XML file containing the configuration. If no file is specified, the default will be used. |
| Perform only the transformation step in case the object is Logic. |
| The name of the application in the Repository against which objects will get validated. |
| The name of the text file containing ProLinga 4GL logic. |
<< prolingavalclient | prolingavald >> |