View source code
							
							
						
								Display the source code in dmd/mars.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Module dmd.mars
Compiler implementation of the D programming language. Entry point for DMD.
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.
Documentation
https://dlang.org/phobos/dmd_mars.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/mars.d
Functions
| Name | Description | 
|---|---|
| 
									addDefaultVersionIdentifiers()
								 | Add default versionidentifier for dmd, and set the
 target platform inglobal. | 
| 
									genCmain(sc)
								 | Generate C main() in response to seeing D main(). | 
| 
									main()
								 | Entry point which forwards to tryMain. | 
| 
									printInternalFailure(stream)
								 | Print DMD's logo with more debug information and error-reporting pointers. | 
Global variables
| Name | Type | Description | 
|---|---|---|
| entrypoint | Module | DMD-generated module __entrypointwhere the C main resides | 
| rootHasMain | Module | Module in which the D main is | 
Authors
License
					Copyright © 1999-2018 by the D Language Foundation | Page generated by ddox.