xo-reader: bugfix: expect_formal_xs supply exprstate.exs_type
This commit is contained in:
parent
ebeefdc447
commit
29638438b5
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ namespace xo {
|
|||
return std::make_unique<expect_formal_xs>(expect_formal_xs());
|
||||
}
|
||||
|
||||
expect_formal_xs::expect_formal_xs()
|
||||
: exprstate(exprstatetype::expect_formal)
|
||||
{}
|
||||
|
||||
void
|
||||
expect_formal_xs::on_symbol(const std::string & symbol_name,
|
||||
exprstatestack * p_stack,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue