Galaxy Communicator Documentation:

The Program Verifier


The executable verify_program will check the syntax of a Hub program file and report errors.


Usage

Command line

<GALAXY_ROOT>/contrib/MIT/galaxy/bin/verify_program ...

Command line arguments

static char *oas[] =
{
  "-in filename", "program file to verify", NULL,
  "-out filename", "regenerate program to file (- is stdout)", NULL,
  "-debug", "verbose mode",
  "-color", "enable color output",
  NULL,
};
The -in argument is the input program file. Errors will be reported for this file. If you wish a "canonical" program file to be written (for instance, for seeing how the Hub will interpret a program file), use the -out argument.


Please send comments and suggestions to: bugs-darpacomm@linus.mitre.org
Last updated November 2, 2000.

Copyright (c) 1999, 2000
The MITRE Corporation
ALL RIGHTS RESERVED