xo-reader: mv symbol handling to expect_symbol_xs
This commit is contained in:
parent
be412cb5ae
commit
08497a371c
3 changed files with 19 additions and 12 deletions
|
|
@ -19,6 +19,10 @@ namespace xo {
|
|||
expect_symbol_xs();
|
||||
|
||||
static std::unique_ptr<expect_symbol_xs> expect_symbol_expression();
|
||||
|
||||
virtual void on_symbol_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
};
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue