xo-reader: refactor: mv defexpr on_rightparen(), on_f64() -> define_xs
This commit is contained in:
parent
1a6908043b
commit
3a0a455b2c
3 changed files with 45 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue