grammer questions

Philip Miess via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 25 17:45:44 PDT 2017


On the grammar page it says

ModuleDeclaration:
    module ModuleFullyQualifiedName ;

On the module page it says

ModuleDeclaration:
    ModuleAttributesopt module ModuleFullyQualifiedName ;

Is the difference and accident? Which is correct?

Also I see that string literal concatenation comments where removed from 
the lexical page and it is deprecated, but I don't see anything about it 
@ 
https://dlang.org/spec/expression.html#StringLiterals. 
Should that be marked or removed?

Phil



More information about the Digitalmars-d mailing list