#include "volksdata/codec_interface.h"
Go to the source code of this file.
Data Structures | |
| struct | ParseIterator |
Macros | |
| #define | YYCTYPE uint8_t |
| TTL is UTF-8 encoded. | |
| #define | YYCURSOR it->cur |
| #define | YYMARKER it->mar |
| #define | YYLIMIT it->lim |
| #define | YYFILL fill(it) == 0 |
This file contains statements common to various lexers, and it is included and parsed via re2c rather than the standard C preprocessor.
Definition in file parser_common.h.
| #define YYCTYPE uint8_t |
TTL is UTF-8 encoded.
char should be considered to be UTF-8 throughout this library, however, setting YYCTYPE to char generates case labels outside of the char range.
Definition at line 19 of file parser_common.h.
| #define YYCURSOR it->cur |
Definition at line 20 of file parser_common.h.
| #define YYMARKER it->mar |
Definition at line 21 of file parser_common.h.
| #define YYLIMIT it->lim |
Definition at line 22 of file parser_common.h.
| #define YYFILL fill(it) == 0 |
Definition at line 23 of file parser_common.h.