xo-reader: simplify exprseq_xs::on_symbol_token()

This commit is contained in:
Roland Conybeare 2024-08-09 19:52:30 -04:00
commit 30cfe0c918
3 changed files with 17 additions and 8 deletions

View file

@ -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*/