dmd.main

Entry point for DMD console version.

This modules defines the entry point (main) for DMD, as well as related utilities needed for arguments parsing, path manipulation, etc... This file is not shared with other compilers which use the DMD front-end.

Members

Functions

_Dmain
int _Dmain(char[][] )

Manual D main (for druntime initialization), which forwards to tryMain.

main
int main(int argc, char** argv)

DMD's entry point, C main.

Meta