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.
Manual D main (for druntime initialization), which forwards to tryMain.
DMD's entry point, C main.
See Source File _main.d Documentation: https://dlang.org/phobos/dmd_main.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/main.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
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.