xo-reader: refactor: mv defexpr on_rightparen(), on_f64() -> define_xs

This commit is contained in:
Roland Conybeare 2024-08-08 14:37:56 -04:00
commit 3a0a455b2c
3 changed files with 45 additions and 0 deletions

View file

@ -128,6 +128,7 @@ namespace xo {
* forward instructions to parent parser
**/
void on_input(const token_type & tk, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
/** update exprstate in response to a successfully-parsed subexpression **/
virtual void on_expr(ref::brw<Expression> expr,
exprstatestack * p_stack,