Optional braces

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Aug 26 11:18:33 PDT 2011


Cool stuff! DMD is almost there but it reports the line number of
whatever comes next, even if there was only whitespace, e.g.:

void main()
{
    int foo = 2


} <- error line here instead of above


More information about the Digitalmars-d mailing list