xo-reader: ++ typename error reporting

This commit is contained in:
Roland Conybeare 2025-07-20 00:31:16 -05:00
commit 7fd11a3771
2 changed files with 17 additions and 6 deletions

View file

@ -18,6 +18,8 @@ namespace xo {
static void start(parserstatemachine * p_stack);
virtual const char * get_expect_str() const override;
virtual void on_symbol_token(const token_type & tk,
parserstatemachine * p_psm) override;