xo-reader: parserstatemachine -> consolidate on_formal_arglist()
This commit is contained in:
parent
b02d1e17e4
commit
29932f9a3d
5 changed files with 15 additions and 12 deletions
|
|
@ -45,8 +45,7 @@ namespace xo {
|
|||
virtual void on_lambda_token(const token_type & tk,
|
||||
parserstatemachine * p_psm) override;
|
||||
virtual void on_formal_arglist(const std::vector<rp<Variable>> & argl,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
parserstatemachine * p_psm) override;
|
||||
virtual void on_expr(ref::brw<Expression> expr,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue