parse with target expression and let user handle result. */
| 1616 | /** parse with target expression and let user handle result. |
| 1617 | */ |
| 1618 | expr user(const expr& e, const user_handler& handler) { |
| 1619 | return _private::construct_expr(new _user(_private::get_expr(e), handler)); |
| 1620 | } |
| 1621 | |
| 1622 | /** parses the given input. |
| 1623 | The parse procedures of each rule parsed are executed |
no outgoing calls
no test coverage detected