Parser.parseModule

Parse a module, i.e. the optional module x.y.z declaration and all declarations found in the current file.

class Parser(AST, Lexer = dmd.lexer.Lexer)
AST.Dsymbols*
parseModule
()

Return Value

Type: AST.Dsymbols*

the list of declarations or an empty list in case of malformed declarations, the module declaration will be stored as this.md if found

Meta