www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Definition of D

reply Russel Winder via Digitalmars-d <digitalmars-d puremagic.com> writes:
Is D defined by DMD it's reference implementation, or is there a formal
definition somewhere that is met by the reference implementation?

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
May 02 2017
next sibling parent Basile B. <b2.temp gmx.com> writes:
On Tuesday, 2 May 2017 at 11:01:04 UTC, Russel Winder wrote:
 Is D defined by DMD it's reference implementation,
I'd say that this is the case, with - The D programming Language: http://erdani.com/index.php/books/tdpl/ "The D Programming Language, dubbed TDPL by its readers, is the ultimate authoritative reference on D". - The specifications (language reference), so this site. For example anyone who wants to write a D compiler should use it for the semantic. But no "ISO D" afaik
May 02 2017
prev sibling parent Jacob Carlborg <doob me.com> writes:
On 2017-05-02 13:01, Russel Winder via Digitalmars-d wrote:
 Is D defined by DMD it's reference implementation, or is there a formal
 definition somewhere that is met by the reference implementation?
I would say that it's a mix of "The D programming Language", the specification on dlang.org and DMD. -- /Jacob Carlborg
May 02 2017