Go to the source code of this file.
|
template<typename ProductionParser , typename Context , typename Reader > |
constexpr bool | lexyd::_finish_production (ProductionParser &parser, Context &context, Reader &reader) |
|
template<typename Production , typename Context , typename Reader > |
constexpr bool | lexyd::_parse_production (Context &context, Reader &reader) |
|
|
template<typename Production > |
constexpr auto | lexyd::inline_ = lexy::production_rule<Production>{} |
| Parses the rule of the production as if it were part of the current production. More...
|
|
template<typename Production > |
constexpr auto | lexyd::p = _prd<Production>{} |
| Parses the production. More...
|
|
template<typename Production > |
constexpr auto | lexyd::recurse = _rec<Production>{} |
|
template<typename Production > |
constexpr auto | lexyd::recurse_branch = _recb<Production>{} |
|