xo-reader: parserstatemachine -> consolidate on_formal() args
This commit is contained in:
parent
29932f9a3d
commit
dbd2f69533
5 changed files with 10 additions and 10 deletions
|
|
@ -91,7 +91,9 @@ namespace xo {
|
|||
rp<Variable> var = Variable::make(result_.name(),
|
||||
result_.td());
|
||||
|
||||
p_stack->top_exprstate().on_formal(var, p_stack, p_emit_expr);
|
||||
parserstatemachine psm(p_stack, p_emit_expr);
|
||||
|
||||
p_stack->top_exprstate().on_formal(var, &psm);
|
||||
} else {
|
||||
exprstate::on_typedescr(td, p_stack, p_emit_expr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue