#include <error.hpp>
Classes | |
struct | p |
Public Types | |
template<typename Reader > | |
using | bp = lexy::unconditional_branch_parser< _err, Reader > |
Public Member Functions | |
template<typename R > | |
constexpr auto | operator() (R) const |
Adds a rule whose match will be part of the error location. More... | |
Definition at line 22 of file dsl/error.hpp.
using lexyd::_err< Tag, Rule >::bp = lexy::unconditional_branch_parser<_err, Reader> |
Definition at line 53 of file dsl/error.hpp.
|
inlineconstexpr |
Adds a rule whose match will be part of the error location.
Definition at line 57 of file dsl/error.hpp.