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

Driver for the APG pattern-matching utility examples. More...

#include "../../apgex/apgex.h"
#include "source.h"
Include dependency graph for main.c:

Go to the source code of this file.

Data Structures

struct  ast_translate
 

Macros

#define HYPHEN   45
 
#define BANG   33
 
#define GT   62
 
#define LT   60
 
#define DQUOTE   34
 

Functions

int main (int argc, char **argv)
 Main function for the basic application. More...
 

Detailed Description

Driver for the APG pattern-matching utility examples.

See exapgex_req.

Definition in file main.c.

Macro Definition Documentation

◆ BANG

#define BANG   33

Definition at line 538 of file main.c.

◆ DQUOTE

#define DQUOTE   34

Definition at line 1213 of file main.c.

◆ GT

#define GT   62

Definition at line 539 of file main.c.

◆ HYPHEN

#define HYPHEN   45

Definition at line 537 of file main.c.

◆ LT

#define LT   60

Definition at line 540 of file main.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main function for the basic application.

Parameters
argcThe number of command line arguments.
argvAn array of pointers to the command line arguments.
Returns
The application's exit code.

Definition at line 1647 of file main.c.

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