xo-reader: simplify expect_formal_arglist_xs.start() using psm

This commit is contained in:
Roland Conybeare 2024-08-19 16:45:31 -04:00
commit 6dcc0d420e
3 changed files with 4 additions and 6 deletions

View file

@ -53,7 +53,7 @@ namespace xo {
public:
expect_formal_arglist_xs();
static void start(exprstatestack * p_stack);
static void start(parserstatemachine * p_psm);
virtual void on_leftparen_token(const token_type & tk,
parserstatemachine * p_psm) override;