Defines a Dsymbol for version = identifier and debug = identifier statements.
Specification: Version Specification, Debug Specification.
DebugSymbol's happen for statements like: debug = identifier; debug = integer;
VersionSymbol's happen for statements like: version = identifier; version = integer;
See Source File _dversion.d Documentation: https://dlang.org/phobos/dmd_dversion.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dversion.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Defines a Dsymbol for version = identifier and debug = identifier statements.
Specification: Version Specification, Debug Specification.