xo-reader: simplify expect_formal_xs, expect_symbol_xs
This commit is contained in:
parent
c8f166acc8
commit
96c0bea2f5
6 changed files with 10 additions and 14 deletions
|
|
@ -97,7 +97,7 @@ namespace xo {
|
|||
if (this->defxs_type_ == defexprstatetype::def_0) {
|
||||
this->defxs_type_ = defexprstatetype::def_1;
|
||||
|
||||
expect_symbol_xs::start(p_psm->p_stack_);
|
||||
expect_symbol_xs::start(p_psm);
|
||||
} else {
|
||||
exprstate::on_def_token(tk, p_psm);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue