#include "buffered_istream.hpp"
#include <array>
#include <istream>
#include <string>
Go to the source code of this file.
|
| struct | token |
| | contains the current text being parsed as well as the token_type of what's being parsed. More...
|
| |
| class | tokenizer |
| | class responsible for parsing the provided text into tokens and tracking information about the current token. More...
|
| |
◆ END_STANDARD_ASCII
| constexpr int END_STANDARD_ASCII = 128 |
|
constexpr |
◆ INLINED_PREPROCESS_DIRECTIVE_CHAR
| constexpr unsigned char INLINED_PREPROCESS_DIRECTIVE_CHAR = 254 |
|
constexpr |