xo-reader2: + assemble lambda function type in DLambdaSsm
This commit is contained in:
parent
94efaf46cd
commit
6f2c793b1d
11 changed files with 137 additions and 140 deletions
|
|
@ -83,10 +83,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DExpectExprSsm::start(DArena & mm,
|
||||
ParserStateMachine * p_psm)
|
||||
DExpectExprSsm::start(ParserStateMachine * p_psm)
|
||||
{
|
||||
start(mm,
|
||||
start(p_psm->parser_alloc(),
|
||||
false /*!allow_defs*/,
|
||||
false /*!cxl_on_rightbrace*/,
|
||||
p_psm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue