Parser.parseStatement

Input: flags PSxxxx Output: pEndloc if { ... statements ... }, store location of closing brace, otherwise loc of last token of statement

class Parser(AST)
AST.Statement
parseStatement
(
int flags
,
const(char)** endPtr = null
,
Loc* pEndloc = null
)
Suggestion Box / Bug Report