Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Functions
main.c File Reference

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"
Include dependency graph for main.c:

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...
 

Detailed Description

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.

Function Documentation

◆ main()

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.

Parameters
argc- the number of command line parameters
argv- pointer to an array of command line parameters (strings)

Definition at line 61 of file main.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.