mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 14:53:46 +00:00
parser/grammar sync; fixes #9608 [backport]
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user