Go to the source code of this file.
Classes | |
struct | lexyd::_eol |
struct | lexyd::_nl |
struct | lexyd::_eol::bp< Reader > |
struct | lexy::expected_newline |
struct | lexyd::_eol::p< NextParser > |
Namespaces | |
lexy | |
lexyd | |
Variables | |
constexpr auto | lexyd::eol = _eol{} |
Matches the end of line (EOF or newline). More... | |
constexpr auto | lexyd::newline = _nl{} |
Matches a newline character. More... | |