mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
@@ -2086,7 +2086,9 @@ proc parseConstant(p: var TParser): PNode =
|
||||
addSon(result, p.emptyNode)
|
||||
eat(p, tkEquals)
|
||||
optInd(p, result)
|
||||
addSon(result, parseStmtListExpr(p))
|
||||
#addSon(result, parseStmtListExpr(p))
|
||||
addSon(result, parseExpr(p))
|
||||
result[^1] = postExprBlocks(p, result[^1])
|
||||
indAndComment(p, result)
|
||||
|
||||
proc parseBind(p: var TParser, k: TNodeKind): PNode =
|
||||
|
||||
Reference in New Issue
Block a user