Posts by carlos-santander

    Avatar

    carlos-santander

    10 months ago

    Topic: Add Digital Mars D to languages?

    I can't seem to be able to format that last post correctly. Sorry about that.


    Avatar

    carlos-santander

    10 months ago

    Topic: Support for the D programming language

    Check this thread


    Avatar

    carlos-santander

    10 months ago

    Topic: Add Digital Mars D to languages?
    Jason, 1. D also uses `` (backticks) as string delimiters. See http://www.digitalmars.com/d/1.0/lex.html#StringLiteral D 2.0 introduced delimited strings and token strings, so maybe you want to check for those too. See http://www.digitalmars.com/d/lex.html#StringLiteral 2. There are .di files, but they are generally automatically generated by the compiler, so I'm not sure if they really count as written by a developer. 3. D also uses /+ +/ for block comments. These comments are nested. See http://www.digitalmars.com/d/1.0/lex.html#comment

    Avatar

    carlos-santander

    11 months ago

    Topic: Support for the D programming language

    fbd instead is listed as HTML mostly (because of the docs) with little comments too (does it want comments in the HTML pages?) For the record, it should in D as well.


    Avatar

    carlos-santander

    11 months ago

    Topic: Support for the D programming language

    I second this too. BTW, larsivi, Tango is shown as developed in script language... Go figure...