xo-reader: refactor: parserstatemachine to consolidate on_input()
This commit is contained in:
parent
bda115037b
commit
b02d1e17e4
16 changed files with 124 additions and 148 deletions
|
|
@ -51,8 +51,7 @@ namespace xo {
|
|||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
virtual void on_semicolon_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
parserstatemachine * p_psm) override;
|
||||
|
||||
private:
|
||||
static std::unique_ptr<lambda_xs> make();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue