APG
… an ABNF Parser Generator
|
APG - the SABNF Parser Generator. More...
#include "../api/api.h"
#include "../api/apip.h"
#include "../api/attributes.h"
#include "../api/semantics.h"
#include "./config.h"
#include "../library/parserp.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The executable from this main function is the ABNF Parser Generator application, APG. More... | |
APG - the SABNF Parser Generator.
This main function is the SABNF Parser Generator - APG. It reads controls from the command line and then makes function calls to the APG Application Programming Interface (API) to:
Definition in file main.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
The executable from this main function is the ABNF Parser Generator application, APG.
Execute this application with the option –help for an explanation of all options.
argc | - the number of command line parameters |
argv | - pointer to an array of command line parameters (strings) |