APG
… ABNF Parser Generator
|
Demonstrates parsing with an alphabet character code width of 32-bits. More...
#include "main.h"
Go to the source code of this file.
Functions | |
int | main () |
Demonstrates parsing with an alphabet character code width of 32-bits.
The grammar for this parser includes alphabet character codes from the Greek, Cyrillic and Cherokee UNICODE code charts. See:
The input string is in UTF-32, 32-bit character codes. The input is translated to an HTML page of characters. To view the translation a web browser which supports the Greek, Cyrillic and Cherokee code charts is required.
The grammar files for these tests have been generated with the parser generator commands:
apg /in:WideCharacters.bnf /C:WideGrammar /dwarnings /dtypes
Definition in file main.c.