Version 6.3
Copyright © 2005 - 2012 Lowell D. Thomas
APG
  … ABNF Parser Generator
All Data Structures Files Functions Variables Typedefs Macros Pages
Functions
main.c File Reference

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 ()
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( )

Definition at line 48 of file main.c.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/licenses.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.