Functions | |
void | parse_file (char *file, int isporn, int isscoring, char *dbname, int verbose) |
void | parse_dir (char *directory, int isporn, int isscoring, char *dbname, int verbose) |
void | parse_standard_input (FILE *stdinput, int isporn, int isscoring, char *dbname, int verbose) |
void | display_help (void) |
|
Launch the lexer for one file.
|
|
Launch the lexer for one directory.
|
|
Launch the lexer for the standard input.
|
|
Display help for execution options |