Searched defs:subrule_parser (Results 1 – 1 of 1) sorted by relevance
177 struct subrule_parser struct180 typedef subrule_parser<ID, DefT, ContextT> self_t;181 typedef subrule<ID, ContextT> subrule_t;182 typedef DefT def_t;187 struct result194 subrule_parser(subrule_t const& start_, DefT const& rhs_) in subrule_parser() function199 parse(ScannerT const& scan) const in parse()216 operator,(subrule_parser<ID2, DefT2, ContextT2> const& rhs) const in operator ,()229 typename DefT::embed_t rhs;230 subrule_t const& start;