Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Structures
lib.h File Reference

This header "#include"s all publid lib headers and other standard headers needed by most objects. More...

#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <setjmp.h>
#include "./apg.h"
#include "./exception.h"
#include "./memory.h"
#include "./vector.h"
#include "./trace.h"
#include "./stats.h"
#include "./ast.h"
#include "./parser.h"
#include "./tools.h"
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  apg_phrase
 Defines a pointer to an achar array plus its length. That is, a phrase as is often used by APG. More...
 
struct  u32_phrase
 Defines a pointer to an array of 32-bit unsigned integers plus its length. Typically needed by Unicode applications. More...
 

Detailed Description

This header "#include"s all publid lib headers and other standard headers needed by most objects.

Definition in file lib.h.

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