parse with whitespace
| 429 | |
| 430 | // parse with whitespace |
| 431 | virtual bool parse_non_term(_context& con) const override { |
| 432 | return m_expr->parse_term(con); |
| 433 | } |
| 434 | |
| 435 | // parse terminal |
| 436 | virtual bool parse_term(_context& con) const override { |
nothing calls this directly
no test coverage detected