APG
… an ABNF Parser Generator
|
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"
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... | |
This header "#include"s all publid lib headers and other standard headers needed by most objects.
Definition in file lib.h.