#include <lexy/_detail/swar.hpp>
#include <lexy/action/base.hpp>
#include <lexy/dsl/base.hpp>
#include <lexy/dsl/choice.hpp>
#include <lexy/dsl/loop.hpp>
#include <lexy/dsl/token.hpp>
Go to the source code of this file.
Namespaces | |
lexy | |
lexy::_detail | |
lexyd | |
Typedefs | |
template<typename > | |
using | lexy::_detail::ws_result = bool |
Functions | |
template<typename Rule > | |
constexpr auto | lexyd::no_whitespace (Rule) |
Disables automatic skipping of whitespace for all tokens of the given rule. More... | |
template<typename WhitespaceRule , typename Handler , typename Reader > | |
constexpr auto | lexy::_detail::skip_whitespace (ws_handler< Handler > &&handler, Reader &reader) |
template<typename WhitespaceRule > | |
constexpr bool | lexy::_detail::space_is_definitely_whitespace () |
template<typename Rule > | |
constexpr auto | lexyd::whitespace (Rule) |
template<typename Context > | |
lexy::_detail::ws_handler (Context &context) -> ws_handler< typename Context::handler_type > | |