This commit is contained in:
Araq
2013-04-11 11:45:59 +02:00
parent 5b5b02cb15
commit 1ab598b336
2 changed files with 2 additions and 1 deletions

View File

@@ -746,7 +746,7 @@ proc parseProcExpr(p: var TParser, isExpr: bool): PNode =
proc isExprStart(p: TParser): bool =
case p.tok.tokType
of tkSymbol, tkAccent, tkOpr, tkNot, tkNil, tkCast, tkIf,
tkProc, tkIterator, tkBind,
tkProc, tkIterator, tkBind, tkAddr,
tkParLe, tkBracketLe, tkCurlyLe, tkIntLit..tkCharLit, tkVar, tkRef, tkPtr,
tkTuple, tkObject, tkType, tkWhen, tkCase, tkShared:
result = true

View File

@@ -28,6 +28,7 @@ Bugs
version 0.9.4
=============
- macros as type pragmas
- ``try`` as an expression
- provide tool/API to track leaks/object counts
- hybrid GC