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
|
|
@ -159,10 +159,7 @@ namespace xo {
|
|||
* by rightparen. empty parentheses '()'
|
||||
* do not denote anything, in expression context
|
||||
**/
|
||||
DExpectExprSsm::start(p_psm->parser_alloc(),
|
||||
false /*!allow_defs*/,
|
||||
false /*cx_on_rightbrace*/,
|
||||
p_psm);
|
||||
DExpectExprSsm::start(p_psm);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue