parser/grammar sync; fixes #9608 [backport]

This commit is contained in:
Andreas Rumpf
2018-11-07 20:07:20 +01:00
parent 1c73db08b8
commit 4e94f49065
2 changed files with 6 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ proc checkBinary(p: TParser) {.inline.} =
#|
#| prefixOperator = operator
#|
#| optInd = COMMENT?
#| optInd = COMMENT? IND?
#| optPar = (IND{>} | IND{=})?
#|
#| simpleExpr = arrowExpr (OP0 optInd arrowExpr)* pragma?