tryMain

DMD's real entry point

Parses command line arguments and config file, open and read all provided source file and do semantic analysis on them.

version(!NoMain)
int
tryMain
(
size_t argc
,
const(char)** argv
,)

Parameters

argc
Type: size_t

Number of arguments passed via command line

argv
Type: const(char)**

Array of string arguments passed via command line

Return Value

Type: int

Application return code

Meta