xo-reader: simplify exprseq_xs::on_symbol_token()
This commit is contained in:
parent
6473ab6e26
commit
30cfe0c918
3 changed files with 17 additions and 8 deletions
|
|
@ -25,6 +25,12 @@ namespace xo {
|
|||
|
||||
virtual void on_def_token(const token_type & tk,
|
||||
exprstatestack * p_stack) override;
|
||||
virtual void on_symbol_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
|
||||
// ----- victory methods -----
|
||||
|
||||
};
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue