xo-reader: bugfix: + missing exprstatetype.expect_formal

This commit is contained in:
Roland Conybeare 2024-08-18 11:04:34 -04:00
commit 67125d5c65
2 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,8 @@ namespace xo {
return "expect_symbol";
case exprstatetype::expect_type:
return "expect_type";
case exprstatetype::expect_formal:
return "expect_formal";
case exprstatetype::expr_progress:
return "expr_progress";
case exprstatetype::n_exprstatetype: