xo-reader: refactor: mv type-expr handling to expect_type_xs

This commit is contained in:
Roland Conybeare 2024-08-10 17:08:40 -05:00
commit 29f2173070
3 changed files with 42 additions and 30 deletions

View file

@ -17,6 +17,10 @@ namespace xo {
expect_type_xs();
static std::unique_ptr<expect_type_xs> make();
virtual void on_symbol_token(const token_type & tk,
exprstatestack * p_stack,
rp<Expression> * p_emit_expr) override;
};
} /*namespace scm*/
} /*namespace xo*/