parse with whitespace
| 841 | |
| 842 | // parse with whitespace |
| 843 | virtual bool parse_non_term(_context& con) const override { |
| 844 | return con.parse_non_term(m_rule); |
| 845 | } |
| 846 | |
| 847 | // parse terminal |
| 848 | virtual bool parse_term(_context& con) const override { |
nothing calls this directly
no test coverage detected