APG
… ABNF Parser Generator
|
Files | |
file | Apg.h [code] |
Required header file for all APG-generated parsers. Contains important configuration macros and declarations of the API functions for the entire library. | |
file | Memory.c [code] |
The Memory component API. | |
file | Parser.c [code] |
The Parser component API. This is the heart of an APG parser. | |
file | Tools.c [code] |
A small chest of helpful tools. | |
file | UdtLib.c [code] |
A small UDT callback function library. | |
file | Vector.c [code] |
The Vector component API. | |