xo-reader2: support 0-argument apply-expressions
This commit is contained in:
parent
c221a31efe
commit
6795c1bc15
7 changed files with 138 additions and 77 deletions
|
|
@ -29,9 +29,9 @@ namespace xo {
|
|||
/* want to accept anything that starts an expression,
|
||||
* except that rightbrace '}' ends it
|
||||
*/
|
||||
DExpectExprSsm::start(p_psm->parser_alloc(),
|
||||
true /*allow_defs*/,
|
||||
DExpectExprSsm::start(true /*allow_defs*/,
|
||||
true /*cxl_on_rightbrace*/,
|
||||
false /*!cxl_on_rightparen*/,
|
||||
p_psm);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue