APG
… an ABNF Parser Generator
|
Go to the source code of this file.
Variables | |
void * | vpJsonGrammarInit |
#define JSON_GRAMMAR_ARRAY 18 |
Definition at line 39 of file json-grammar.h.
#define JSON_GRAMMAR_ASCII 46 |
Definition at line 40 of file json-grammar.h.
#define JSON_GRAMMAR_BACKSPACE 41 |
Definition at line 41 of file json-grammar.h.
#define JSON_GRAMMAR_BEGIN_ARRAY 1 |
Definition at line 42 of file json-grammar.h.
#define JSON_GRAMMAR_BEGIN_OBJECT 2 |
Definition at line 43 of file json-grammar.h.
#define JSON_GRAMMAR_CHAR 37 |
Definition at line 44 of file json-grammar.h.
#define JSON_GRAMMAR_CR 44 |
Definition at line 45 of file json-grammar.h.
#define JSON_GRAMMAR_DECIMAL_POINT 21 |
Definition at line 46 of file json-grammar.h.
#define JSON_GRAMMAR_DIGIT 56 |
Definition at line 47 of file json-grammar.h.
#define JSON_GRAMMAR_DIGIT1_9 22 |
Definition at line 48 of file json-grammar.h.
#define JSON_GRAMMAR_E 23 |
Definition at line 49 of file json-grammar.h.
#define JSON_GRAMMAR_EMINUS 29 |
Definition at line 50 of file json-grammar.h.
#define JSON_GRAMMAR_END_ARRAY 3 |
Definition at line 51 of file json-grammar.h.
#define JSON_GRAMMAR_END_MEMBER_SEPARATOR 7 |
Definition at line 52 of file json-grammar.h.
#define JSON_GRAMMAR_END_OBJECT 4 |
Definition at line 53 of file json-grammar.h.
#define JSON_GRAMMAR_END_VALUE_SEPARATOR 8 |
Definition at line 54 of file json-grammar.h.
#define JSON_GRAMMAR_EPLUS 31 |
Definition at line 55 of file json-grammar.h.
#define JSON_GRAMMAR_EXP 24 |
Definition at line 56 of file json-grammar.h.
#define JSON_GRAMMAR_FALSE 11 |
Definition at line 57 of file json-grammar.h.
#define JSON_GRAMMAR_FORM_FEED 42 |
Definition at line 58 of file json-grammar.h.
#define JSON_GRAMMAR_FRAC 25 |
Definition at line 59 of file json-grammar.h.
#define JSON_GRAMMAR_FRAC_DIGITS 26 |
Definition at line 60 of file json-grammar.h.
#define JSON_GRAMMAR_FRAC_ONLY 20 |
Definition at line 61 of file json-grammar.h.
#define JSON_GRAMMAR_HEXDIG 57 |
Definition at line 62 of file json-grammar.h.
#define JSON_GRAMMAR_INT 27 |
Definition at line 63 of file json-grammar.h.
#define JSON_GRAMMAR_JSON_TEXT 0 |
Definition at line 64 of file json-grammar.h.
#define JSON_GRAMMAR_KEY 16 |
Definition at line 65 of file json-grammar.h.
#define JSON_GRAMMAR_KEY_BEGIN 17 |
Definition at line 66 of file json-grammar.h.
#define JSON_GRAMMAR_LINE_FEED 43 |
Definition at line 67 of file json-grammar.h.
#define JSON_GRAMMAR_MEMBER 15 |
Definition at line 68 of file json-grammar.h.
#define JSON_GRAMMAR_MINUS 28 |
Definition at line 69 of file json-grammar.h.
#define JSON_GRAMMAR_NAME_SEPARATOR 5 |
Definition at line 70 of file json-grammar.h.
#define JSON_GRAMMAR_NULL 12 |
Definition at line 71 of file json-grammar.h.
#define JSON_GRAMMAR_NUMBER 19 |
Definition at line 72 of file json-grammar.h.
#define JSON_GRAMMAR_OBJECT 14 |
Definition at line 73 of file json-grammar.h.
#define JSON_GRAMMAR_PLUS 30 |
Definition at line 74 of file json-grammar.h.
#define JSON_GRAMMAR_QUOTE 38 |
Definition at line 75 of file json-grammar.h.
#define JSON_GRAMMAR_R_SOLIDUS 39 |
Definition at line 76 of file json-grammar.h.
#define JSON_GRAMMAR_SOLIDUS 40 |
Definition at line 77 of file json-grammar.h.
#define JSON_GRAMMAR_STRING 33 |
Definition at line 78 of file json-grammar.h.
#define JSON_GRAMMAR_STRING_BEGIN 34 |
Definition at line 79 of file json-grammar.h.
#define JSON_GRAMMAR_STRING_CONTENT 35 |
Definition at line 80 of file json-grammar.h.
#define JSON_GRAMMAR_STRING_END 36 |
Definition at line 81 of file json-grammar.h.
#define JSON_GRAMMAR_TAB 45 |
Definition at line 82 of file json-grammar.h.
#define JSON_GRAMMAR_TRUE 13 |
Definition at line 83 of file json-grammar.h.
#define JSON_GRAMMAR_UTF16 47 |
Definition at line 84 of file json-grammar.h.
#define JSON_GRAMMAR_UTF16_1 49 |
Definition at line 85 of file json-grammar.h.
#define JSON_GRAMMAR_UTF16_2 48 |
Definition at line 86 of file json-grammar.h.
#define JSON_GRAMMAR_UTF16_TAIL 50 |
Definition at line 87 of file json-grammar.h.
#define JSON_GRAMMAR_UTF8 51 |
Definition at line 88 of file json-grammar.h.
#define JSON_GRAMMAR_UTF8_2 52 |
Definition at line 89 of file json-grammar.h.
#define JSON_GRAMMAR_UTF8_3 53 |
Definition at line 90 of file json-grammar.h.
#define JSON_GRAMMAR_UTF8_4 54 |
Definition at line 91 of file json-grammar.h.
#define JSON_GRAMMAR_UTF8_TAIL 55 |
Definition at line 92 of file json-grammar.h.
#define JSON_GRAMMAR_VALUE 10 |
Definition at line 93 of file json-grammar.h.
#define JSON_GRAMMAR_VALUE_SEPARATOR 6 |
Definition at line 94 of file json-grammar.h.
#define JSON_GRAMMAR_WS 9 |
Definition at line 95 of file json-grammar.h.
#define JSON_GRAMMAR_ZERO 32 |
Definition at line 96 of file json-grammar.h.
#define RULE_COUNT_JSON_GRAMMAR 58 |
Definition at line 97 of file json-grammar.h.
void* vpJsonGrammarInit |
Definition at line 1631 of file json-grammar.c.