![]() |
License / Documentation home / Help and feedback | ![]() |
The executable verify_program will check the syntax of a Hub program file and report errors.
static char *oas[] =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.
{
"-in filename", "program file to verify", NULL,
"-out filename", "regenerate program to file (- is stdout)", NULL,
"-debug", "verbose mode",
"-color", "enable color output",
NULL,
};
![]() |
License / Documentation home / Help and feedback | ![]() |